EnumValidationRuleType
Enum
Represents validation rule type.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs.DataValidation
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public enum ValidationRuleType
Fields
AnyValue
Any value validation rule type.
Custom
Custom validation rule type.
Decimal
Decimal validation rule type.
TextLength
Text length validation rule type.
WholeNumber
Whole number validation rule type.