StackGroup.AppearanceCaption Property
Provides access to an AppearanceObject that paints this StackGroup‘s caption.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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