Table of Contents

Class LengthVisibilityConditionProperties

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

Represents the properties of the length visibility condition.

public sealed class LengthVisibilityConditionProperties : VisibilityConditionWithDependencyProperties
Inheritance
object
LengthVisibilityConditionProperties
Inherited Members
Extension Methods

Properties

Length

Gets or sets the value to compare.

[RequiredValidationRule]
[MinimumIntegerValueValidationRule(1)]
public int Length { get; set; }

Property Value

int