Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class DxGridValidationRuleBase

    Inheritance
    System.Object
    DxGridValidationRuleBase
    DxGridEmailRule
    DxGridNumericRule
    DxGridRangeRule
    DxGridRequiredRule
    DxGridStringLengthRule
    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>

    true if empty values are valid; otherwise, false.

    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.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.