Class DxGridValidationRuleBase
Inheritance
System.Object
DxGridValidationRuleBase
Namespace: Emby.Web.GenericEdit.Elements.DxGrid.Validation
Assembly: Emby.Web.GenericEdit.dll
Syntax
public abstract class DxGridValidationRuleBase
Properties
ignoreEmptyValue
If set to true, empty values are valid.
Declaration
public bool? ignoreEmptyValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
message
Specifies the message that is shown if the rule is broken.
Declaration
public string message { get; set; }
Property Value
Type | Description |
---|---|
System.String | The message. |
type
Specifies the rule type
Declaration
public abstract DxValidationRuleType type { get; }
Property Value
Type | Description |
---|---|
DxValidationRuleType | The the rule type. |