Skip to main content

RibbonTab.Caption Property

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

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
String

The RibbonTab‘s caption.

See Also