Back to Devexpress

RibbonControl.AllowSimplifiedRibbon Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-8b132079.md

latest1.7 KB
Original Source

RibbonControl.AllowSimplifiedRibbon Property

Gets or sets whether the Ribbon Control’s Simplified mode is allowed.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

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

Property Value

TypeDescription
Boolean

true , if the Ribbon Control’s Simplified mode is allowed; otherwise, false.

|

Remarks

Use the RibbonControl.IsSimplified property to switch the actual Ribbon’s Simplified Mode on/off.

When the AllowSimplifiedRibbon is set to false , IsSimplified is also false.

AllowSimplifiedRibbon has no effect when the RibbonStyle is the TabletOffice or OfficeSlim.

See Also

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace