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

Member Table: Appearances

Member Description
LayoutControl.Appearance Specifies the appearances settings of the controls displayed within the Layout Control. These settings are only in effect for the controls that support the DevExpress.XtraEditors.ISupportStyleController interface (for instance, the TextEdit, ButtonEdit, LookUpEdit, ListBoxControl controls, etc as all of them are derived from the BaseControl class that implements this interface).
LayoutItemContainer.AppearanceGroup Specifies the appearance settings of the current group and its children (background colors of the group and children, text color and font settings of the captions of the current and nested groups, etc).
BaseLayoutItem.AppearanceItemCaption Specifies the appearance settings of the captions of a regular layout item. When set for a group, this property affects the appearance settings of layout items that belong to the group directly or indirectly.
LayoutItemContainer.AppearanceTabPage Specifies the appearance settings used to paint tabbed groups that belong to the current and nested groups.
LayoutItemContainer.PaintAppearanceGroup Returns the actual appearance settings used to paint layout groups.
LayoutItemContainer.PaintAppearanceItemCaption Returns the actual appearance settings used to paint layout items that belong to the current group.
BaseLayoutItem.PaintAppearanceItemCaption Returns the actual appearance settings used to paint a specific layout item’s caption.