Table of Contents

Class ConditionBuilderOverviewCardComponent

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

Represents condition builder overview component that can be used in OverviewCard.

public class ConditionBuilderOverviewCardComponent : IOverviewCardComponent
Inheritance
object
ConditionBuilderOverviewCardComponent
Implements
Extension Methods

Properties

ComponentName

Gets or sets the name of the client component.

public string ComponentName { get; }

Property Value

string

Data

Initial data for the component.

public ConditionTree Data { get; set; }

Property Value

ConditionTree