Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

StackGroup.Caption Property

Gets or sets this StackGroup‘s title.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue("")]
[XtraSerializableProperty]
public string Caption { get; set; }

#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.

WidgetView - Group Captions

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