Class DxGridRangeRule
Namespace: Emby.Web.GenericEdit.Elements.DxGrid.Validation
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridRangeRule : DxGridValidationRuleBase
Properties
max
Specifies the maximum value allowed for the validated value.
Declaration
public double? max { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The maximum. |
min
Specifies the minimum value allowed for the validated value.
Declaration
public double? min { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The minimum. |
type
Specifies the rule type
Declaration
public override DxValidationRuleType type { get; }
Property Value
Type | Description |
---|---|
DxValidationRuleType | The the rule type. |