Class DxGridRequiredRule
Namespace: Emby.Web.GenericEdit.Elements.DxGrid.Validation
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridRequiredRule : DxGridValidationRuleBase
Properties
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. |