[]
The C1RulesManager control allows to create or edit conditional formatting rules. Conditional formatting is used to highlight important information and make data interpretation easier.
[TemplatePart(Name = "Accordion", Type = typeof(C1Accordion))]
[TemplatePart(Name = "AddRuleButton", Type = typeof(C1Button))]
public class C1RulesManager : C1View
<TemplatePart(Name:="Accordion", Type:=GetType(C1Accordion))>
<TemplatePart(Name:="AddRuleButton", Type:=GetType(C1Button))>
Public Class C1RulesManager
Inherits C1View
| Name | Description |
|---|---|
| C1RulesManager() | Initializes a new instance of the C1RulesManager class. |
| Name | Description |
|---|---|
| AttentionBackgroundColor | Gets or sets a value color for representing the attention background state. |
| AutoApply | Gets or sets a value indicating whether the rules changes should be automatically applied to the engine after the user-interface is changed. |
| CautionBackgroundColor | Gets or sets a value color for representing a caution background state. |
| CautionForegroundColor | Gets or sets a value color for representing a caution foreground state. |
| CriticalBackgroundColor | Gets or sets a value color for representing a critical background state. |
| CriticalForegroundColor | Gets or sets a value color for representing a critical foreground state. |
| DefaultBackgroundColor | Gets or sets a value color for representing the default background state. |
| Engine | Gets or sets the rules engine which holds the rules to be edited. |
| IsAddButtonVisible | Gets or sets whether the button to add new rules is visible. |
| IsRemoveButtonVisible | Gets or sets whether the button to remove rules is visible. |
| IsRuleNameVisible | Gets or sets whether the name of the rule is visible in the rule editor. |
| RulesVisibility | Gets or sets the visibility of the different kinds of rules. |
| SuccessBackgroundColor | Gets or sets a value color for representing a success background state. |
| SuccessForegroundColor | Gets or sets a value color for representing a success foreground state. |
| Name | Description |
|---|---|
| Dispose(bool) | |
| Load(Stream) | Loads the rules definition from a Stream. |
| OnApplyTemplate() | |
| Save(Stream) | Saves the rules definition into a Stream. |