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