Skip to main content
.NET 8.0+

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

IAppearance Properties

Declares the basic properties of conditional appearance rules. Serves as the base interface for the IAppearanceRuleProperties interface.
Name Description
BackColor Specifies the background color of UI elements affected by the conditional appearance rule.
Enabled Specifies whether UI elements affected by the conditional appearance rule must be enabled.
FontColor Specifies the font color of UI elements affected by the conditional appearance rule.
FontStyle Specifies the font style of UI elements affected by the conditional appearance rule.
Priority Specifies the volume of the conditional appearance rule. Used when several rules affect the same UI element.
Visibility Specifies the visibility of UI elements affected by a conditional appearance rule.
See Also