Table of Contents

Class MaxLengthValidationRuleClientProperties

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents client properties of MaxLengthValidationRule.

public class MaxLengthValidationRuleClientProperties : ValidationRuleClientProperties
Inheritance
object
MaxLengthValidationRuleClientProperties
Inherited Members
Extension Methods

Properties

MaxLength

Gets or sets the maximum length to validate against.

public int MaxLength { get; set; }

Property Value

int