Skip to main content

SplitterItem.AppearanceItemCaption Property

Gets the appearance settings used to paint an item’s caption. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override AppearanceObject AppearanceItemCaption { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the item’s caption.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also