GrapeCity.Win.MultiRow Namespace : TextLengthValidator Class |
For a list of all members of this type, see TextLengthValidator members.
Name | Description | |
---|---|---|
![]() | Actions | Gets a CellValidateAction collection that indicates which actions occur when validation fails. (Inherited from GrapeCity.Win.MultiRow.CellValidator) |
![]() | Enabled | Gets or sets a value that indicates whether the CellValidator is active. (Inherited from GrapeCity.Win.MultiRow.CellValidator) |
![]() | Encoding | Gets or sets the encoding. |
![]() | LengthUnit | Gets or sets the LengthUnit used to validate the text length. |
![]() | MaximumLength | Gets or sets the maximum length of the text. |
![]() | MinimumLength | Gets or sets the minimum length of the text. |
![]() | Name | Gets or sets the CellValidator's name. (Inherited from GrapeCity.Win.MultiRow.CellValidator) |
![]() | NullIsValid | Gets or sets a value indicating whether the validation always succeeds when the specified value is a null reference (Nothing in Visual Basic). |