Skip to main content
A newer version of this page is available. .

StackGroup.AppearanceCaption Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

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