​
​
​

Gets the number of elements contained in the collection.

Syntax

​public int Count { get; }
​Public ReadOnly Property Count() As Integer
​

Limitations

Read only.

​

Remarks

If the TextControl.IsFormFieldValidationEnabled property is set to false, the property return -1.

​