ig.excel.LimitedValueDataValidationRule
Base class for all data validations rules which prevent certain values form being applied to a cell.
Dependencies
jquery-1.4.4.js
infragistics.util.js
The current widget has no options.
The current widget has no events.
-
allowNull
- .allowNull( );
- Return Type:
- boolean
- Return Type Description:
- True if a null value can be set on the cell; False otherwise.
Gets the value which indicates whether a null, or blank, value is allowed to be set on a cell.
-
allowNull
- .allowNull( value:boolean );
- Return Type:
- boolean
- Return Type Description:
- True if a null value can be set on the cell; False otherwise.
Sets the value which indicates whether a null, or blank, value is allowed to be set on a cell.
- value
- Type:boolean
-
isEquivalentTo
- .isEquivalentTo( other:ig.excel.DataValidationRule );
- Return Type:
- boolean
- Return Type Description:
- Returns true if the specified other has the same settings as this rule.
Indicates if this rule is structurally equivalent to another.
- other
- Type:ig.excel.DataValidationRule
- The rule to compare against