Back to Devexpress

LayoutItemContainer.PaintAppearanceItemCaption Property

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

latest3.4 KB
Original Source

LayoutItemContainer.PaintAppearanceItemCaption Property

Provides access to the appearance settings currently used to paint layout items that belong to the current container.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override AppearanceObject PaintAppearanceItemCaption { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property PaintAppearanceItemCaption As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object that contains the corresponding appearance settings.

|

Remarks

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

The PaintAppearanceItemCaption property returns the actual appearance settings that are currently used to paint layout items that belong to the current group. These are the result of a combination of appearance settings of the current group and its parent groups.

To set appearance settings, use the properties provided by the layout control, layout items and groups: BaseLayoutItem.AppearanceItemCaption, LayoutItemContainer.AppearanceGroup, LayoutItemContainer.AppearanceTabPage and LayoutControl.Appearance.

See Also

AppearanceItemCaption

AppearanceGroup

AppearanceTabPage

Appearance

PaintAppearanceGroup

PaintAppearanceItemCaption

Appearances

LayoutItemContainer Class

LayoutItemContainer Members

DevExpress.XtraLayout Namespace