Skip to main content

StackGroup.Caption Property

Gets or sets this StackGroup‘s title.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.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