Table of Contents

Class VisibilityConditionWithDependencyAttribute

Namespace
Kentico.Xperience.Admin.Base.FormAnnotations
Assembly
Kentico.Xperience.Admin.Base.Shared.dll

Base attribute class for a visibility condition that declares a dependency on another property.

public abstract class VisibilityConditionWithDependencyAttribute : VisibilityConditionAttribute
Inheritance
object
Attribute
VisibilityConditionWithDependencyAttribute
Derived
Extension Methods

Constructors

VisibilityConditionWithDependencyAttribute(string)

Protected constructor.

protected VisibilityConditionWithDependencyAttribute(string propertyName)

Parameters

propertyName string

Properties

PropertyName

Name of the dependent field.

public string PropertyName { get; }

Property Value

string