Table of Contents

Class MinLengthValidationRuleClientProperties

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

Represents client properties of MinLengthValidationRule.

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

Properties

MinLength

Gets or sets the minimum length to validate against.

public int MinLength { get; set; }

Property Value

int