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

RibbonControl.IsTitleEditable Property

Gets or sets whether an end-user can edit the RibbonControl.Title property value at runtime. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

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

Declaration

public bool IsTitleEditable { get; set; }

Property Value

Type Description
Boolean

true, if the RibbonControl.Title is editable; otherwise, false.

See Also