Back to Devexpress

Member Table: Appearances

windowsforms-2192-controls-and-libraries-form-layout-managers-layout-and-data-layout-controls-member-tables-member-table-appearances.md

latest2.4 KB
Original Source

Member Table: Appearances

  • Aug 01, 2018
MemberDescription
LayoutControl.AppearanceSpecifies 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.AppearanceGroupSpecifies 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.AppearanceItemCaptionSpecifies 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.AppearanceTabPageSpecifies the appearance settings used to paint tabbed groups that belong to the current and nested groups.
LayoutItemContainer.PaintAppearanceGroupReturns the actual appearance settings used to paint layout groups.
LayoutItemContainer.PaintAppearanceItemCaptionReturns the actual appearance settings used to paint layout items that belong to the current group.
BaseLayoutItem.PaintAppearanceItemCaptionReturns the actual appearance settings used to paint a specific layout item’s caption.