RibbonControl.Title Property
In This Article
Gets or sets the title displayed at the top of the Ribbon control.
Namespace: DevExpress.UI.Xaml.Ribbon
Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
String | The Ribbon control’s title. |
#Remarks
You can use the Title property to display custom text (e.g., a file name).
If the RibbonControl.IsTitleEditable property is true, an end-user can edit the Title at runtime (the editing is initiated by a mouse click on the Title).
See Also