Class LengthVisibilityConditionProperties
Represents the properties of the length visibility condition.
public sealed class LengthVisibilityConditionProperties : VisibilityConditionWithDependencyProperties
- Inheritance
-
objectLengthVisibilityConditionProperties
- Inherited Members
- Extension Methods
Constructors
LengthVisibilityConditionProperties()
public LengthVisibilityConditionProperties()
Properties
Length
Gets or sets the value to compare.
[RequiredValidationRule]
[NumberInputComponent(Label = "{$base.forms.visibilitycondition.lengthproperties.value$}")]
[MinimumIntegerValueValidationRule(1)]
public int Length { get; set; }
Property Value
- int