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

    Show / Hide Table of Contents

    Class DxGridStringLengthRule

    Inheritance
    System.Object
    DxGridValidationRuleBase
    DxGridStringLengthRule
    Inherited Members
    DxGridValidationRuleBase.message
    DxGridValidationRuleBase.ignoreEmptyValue
    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.

    Overrides
    DxGridValidationRuleBase.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.