Back to Devexpress

BarManagerCategory.Caption Property

wpf-devexpress-dot-xpf-dot-bars-dot-barmanagercategory.md

latest1.3 KB
Original Source

BarManagerCategory.Caption Property

Gets or sets the category’s display caption.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string Caption { get; set; }
vb
Public Property Caption As String

Property Value

TypeDescription
String

A string that specifies the category’s display caption.

|

Remarks

A category’s caption is displayed within the Commands page in the Customization Window.

If the Caption property is not set, the category’s display caption will match the category’s name.

See Also

BarManagerCategory Class

BarManagerCategory Members

DevExpress.Xpf.Bars Namespace