Class DxGridStringLengthRule
Namespace: Emby.Web.GenericEdit.Elements.DxGrid.Validation
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridStringLengthRule : DxGridValidationRuleBase
Properties
max
Specifies the maximum length allowed for the validated value.
Declaration
public int? max { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The maximum. |
min
Specifies the minimum length allowed for the validated value.
Declaration
public int? min { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The minimum. |
trim
Indicates whether to remove the Space characters from the validated value.
Declaration
public bool? trim { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The trim. |
type
Specifies the rule type
Declaration
public override DxValidationRuleType type { get; }
Property Value
Type | Description |
---|---|
DxValidationRuleType | The the rule type. |