Table of Contents

Class ComparisonConditionProperties<TValue>

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

Represents the properties for comparison visibility conditions.

public class ComparisonConditionProperties<TValue> : VisibilityConditionWithDependencyProperties

Type Parameters

TValue

The type of the value to compare.

Inheritance
object
ComparisonConditionProperties<TValue>
Derived
Inherited Members
Extension Methods

Properties

Value

Gets or sets the value to compare.

public virtual TValue Value { get; set; }

Property Value

TValue