Skip to main content

StackGroup.AppearanceCaption Property

Provides access to an AppearanceObject that paints this StackGroup‘s caption.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AppearanceObject AppearanceCaption { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that paints this StackGroup‘s caption.

Remarks

To set a caption for the stack group, use the StackGroup.Caption property.

See Also