Skip to main content

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.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsTitleEditable { get; set; }

Property Value

Type Description
Boolean

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

See Also