Skip to main content
A newer version of this page is available. .

RibbonGroup.Caption Property

Gets or sets the RibbonGroup‘s caption. This is a dependency property.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP("Group", Handler = "OnCaptionChanged")]
public string Caption { get; set; }

Property Value

Type Description
String

The RibbonGroup‘s caption.

See Also