[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RangeRule

RangeRule Class

Specifies the numeric range constraints for the value in the editor.

Inheritance
RangeRule
Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public class RangeRule : ValidationRule

Constructors

Name Description
RangeRule()

Properties

Name Description
Maximum

Gets or sets the maximum allowed field value.

Minimum

Gets or sets the minimum allowed field value.

Methods

Name Description
Validate(object)

Performs validation checks on a value.