​
​
​

Gets a value indicating whether a new row can be inserted at the current input position. This property does not check for protected TextFields and/or protected document sections. To perform this use in addition the TextControl.CanEdit property.

Syntax

​public bool CanAdd { get; }
​Public ReadOnly Property CanAdd() As Boolean
​

Limitations

Read only.

​