Back to Devexpress

LayoutControl.Appearance Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-1ba2f272.md

latest3.3 KB
Original Source

LayoutControl.Appearance Property

Provides access to the properties that control the appearance of the controls located within the layout control.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public LayoutAppearanceCollection Appearance { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property Appearance As LayoutAppearanceCollection

Property Value

TypeDescription
LayoutAppearanceCollection

A LayoutAppearanceCollection object which provides the appearance settings for the layout controls.

|

Remarks

The LayoutControl supports the hierarchical structure of appearances. The appearance settings applied to layout groups are propagated to their layout items and nested groups. If appearance settings are applied to specific layout items/groups, they override the appearances of parent groups. Please refer to the Appearances topic for information on the appearance mechanism.

The LayoutAppearanceCollection object provides a number of properties which allow you to customize the appearance settings used to paint the layout controls.

To return the actual appearance settings that are used to paint a specific layout item/group, use the following properties: LayoutItemContainer.PaintAppearanceGroup, BaseLayoutItem.PaintAppearanceItemCaption and LayoutItemContainer.PaintAppearanceItemCaption.

See Also

AppearanceGroup

AppearanceTabPage

PaintAppearanceGroup

LayoutItemContainer.PaintAppearanceItemCaption

AppearanceItemCaption

BaseLayoutItem.PaintAppearanceItemCaption

Appearances

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace