Back to Devexpress

LayoutItemContainer.AppearanceTabPage Property

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

latest3.3 KB
Original Source

LayoutItemContainer.AppearanceTabPage Property

Provides access to a tabbed group’s appearance settings.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
DevExpress.XtraLayout.Helpers.LayoutPageAppearance

A DevExpress.XtraLayout.Helpers.LayoutPageAppearance object that provides the appearance settings for a tabbed 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 AppearanceTabPage property allows you to specify the appearance settings of a tabbed group’s client region and tab headers.

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

Appearance

AppearanceGroup

PaintAppearanceGroup

LayoutItemContainer.PaintAppearanceItemCaption

AppearanceItemCaption

BaseLayoutItem.PaintAppearanceItemCaption

Appearances

LayoutItemContainer Class

LayoutItemContainer Members

DevExpress.XtraLayout Namespace