GrapeCity.Win.MultiRow Namespace : RangeValidator Class |
The following tables list the members exposed by RangeValidator.
Name | Description | |
---|---|---|
RangeValidator Constructor | Initializes a new instance of the RangeValidator class. |
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) | |
FormatProvider | Gets or sets the format provider. | |
MaxValue | Gets or sets the upper limit of the specified value. | |
MinValue | Gets or sets the lower limit of the specified value. | |
Name | Gets or sets the CellValidator's name. (Inherited from GrapeCity.Win.MultiRow.CellValidator) | |
NullIsValid | Gets or sets a value that indicates whether the validation always succeeds when the specified value is a null reference (Nothing in Visual Basic). | |
ParsingEnabled | Gets or sets a value indicating whether to use the Parse method. | |
RequiredType | Gets or sets the specified value's required System.Type. |
Name | Description | |
---|---|---|
Clone | Overridden. Creates an exact copy of the current RangeValidator. |