FormatRuleBase Properties
The base class for objects that apply style formats to controls.| Name | Description |
|---|---|
| ColumnFieldName | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| Description | Gets or sets the text description of the format rule. |
| Enabled | Gets or sets whether the current FormatRuleBase object is enabled. |
| IsValid | Gets whether the current FormatRuleBase object is properly customized. |
| Name | Gets or sets the name of the current object. |
| Rule | Gets or sets the style format rule, which defines the condition and appearance settings applied when the condition is true. |
| RuleType | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| StopIfTrue | Gets or sets whether subsequent format rules that target a specific cell should be ignored if the current format rule evaluates to true for this cell. |
| Tag | Gets or sets custom data associated with the current FormatRuleBase object. |
See Also