Table of Contents

Class SelectedGroup

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

Represents selected condition group in condition builder.

public class SelectedGroup
Inheritance
object
SelectedGroup
Extension Methods

Properties

Items

Selected conditions.

public List<SelectedCondition> Items { get; set; }

Property Value

List<SelectedCondition>

Operator

Selected operator withing the group.

public string Operator { get; set; }

Property Value

string