Skip to main content

RibbonControlBase.SelectedTabCaption Property

Gets or sets the caption of the tab that is currently selected. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public string SelectedTabCaption { get; set; }

Property Value

Type Description
String

An string value that is the caption of the selected tab.

See Also