Class SelectedGroup
Represents selected condition group in condition builder.
public class SelectedGroup
- Inheritance
-
objectSelectedGroup
- 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