Back to Devexpress

LayoutItemContainer.AppearanceGroup Property

windowsforms-devexpress-dot-xtralayout-dot-layoutitemcontainer.md

latest3.3 KB
Original Source

LayoutItemContainer.AppearanceGroup Property

Provides access to the properties that control the group’s appearance.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[XtraSerializablePropertyId(101)]
public AppearanceObject AppearanceGroup { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
<DXCategory("Appearance")>
<XtraSerializablePropertyId(101)>
Public ReadOnly Property AppearanceGroup As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A PageAppearance object that provides the appearance settings used to paint the group.

|

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 AppearanceGroup property allows you to customize a specific group’s appearance settings.

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

See Also

Appearance

AppearanceTabPage

PaintAppearanceGroup

LayoutItemContainer.PaintAppearanceItemCaption

AppearanceItemCaption

BaseLayoutItem.PaintAppearanceItemCaption

Appearances

LayoutItemContainer Class

LayoutItemContainer Members

DevExpress.XtraLayout Namespace