Back to Devexpress

RibbonControl.AllowCustomization Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-793b5b9f.md

latest1.4 KB
Original Source

RibbonControl.AllowCustomization Property

Gets or sets whether ribbon customization is supported at runtime. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public bool AllowCustomization { get; set; }
vb
Public Property AllowCustomization As Boolean

Property Value

TypeDescription
Boolean

true if ribbon customization is supported at runtime; otherwise, false.

|

Remarks

See Runtime Customization to learn more.

See Also

Runtime Customization

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace