StackGroup.AppearanceCaption Property
In This Article
Provides access to an AppearanceObject that paints this StackGroup‘s caption.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public AppearanceObject AppearanceCaption { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
To set a caption for the stack group, use the StackGroup.Caption property.
See Also