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. |