Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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