Table of Contents

Class StringComparisonConditionProperties

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

Represents the properties for string comparison visibility conditions.

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

Properties

CaseSensitive

Gets or sets a value indicating whether the comparison is case sensitive.

public bool CaseSensitive { get; set; }

Property Value

bool

Value

Gets or sets the value to compare.

[RequiredValidationRule]
[MaxLengthValidationRule(200)]
public string Value { get; set; }

Property Value

string