StackGroup.Caption Property
Gets or sets this StackGroup‘s title.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A String value that specifies this StackGroup‘s title. |
Remarks
The following image illustrates three StackGroups with captions within a WidgetView.
Use the StackGroup.AppearanceCaption property to customize the appearance settings used to paint this group’s caption.
End-users can drag stack group captions at runtime to swap the positions of these groups. See the IStackGroupDefaultProperties.AllowDragging and IStackGroupProperties.AllowDragging properties to learn more.
See Also