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

RibbonControl.Title Property

Gets or sets the title displayed at the top of the Ribbon control.

Namespace: DevExpress.UI.Xaml.Ribbon

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

Declaration

public string Title { get; set; }

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).

RibbonControl-Title

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