Back to Devexpress

StackGroup.Caption Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-stackgroup-11364519.md

latest2.4 KB
Original Source

StackGroup.Caption Property

Gets or sets this StackGroup‘s title.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[XtraSerializableProperty]
public string Caption { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue("")>
Public Property Caption As String

Property Value

TypeDefaultDescription
StringString.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

StackGroup Class

StackGroup Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace