Class ConditionBuilderProperties
Represents properties of the ConditionBuilderComponent
public class ConditionBuilderProperties : FormComponentProperties, IFormComponentProperties
- Inheritance
-
objectConditionBuilderProperties
- Implements
- Inherited Members
- Extension Methods
Constructors
ConditionBuilderProperties()
public ConditionBuilderProperties()
Properties
MultipleConditionGroupsAllowed
Indicates if the component should allow adding more than one condition group.
public bool MultipleConditionGroupsAllowed { get; set; }
Property Value
- bool
RuleCategoryNames
Gets or sets name(s) of the Macro rule category(ies) which should be displayed in condition builder. Items should be separated by semicolon.
public string RuleCategoryNames { get; set; }
Property Value
- string
ShowInSidePanel
Indicates if the component should be displayed in the side panel.
public bool ShowInSidePanel { get; set; }
Property Value
- bool
TreatEmptyConditionAsEmptyString
Indicates if the component should represent empty condition as an empty value or an empty rule definition.
public bool TreatEmptyConditionAsEmptyString { get; set; }
Property Value
- bool
UsageLocation
Specifies the context in which the condition builder component is used. It determines the set of macros that will be available for use within the component.
public MacroRuleUsageLocation UsageLocation { get; set; }