Back to Devexpress

RibbonCustomizationFormOptions.AllowToolbarCustomization Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncustomizationformoptions.md

latest2.8 KB
Original Source

RibbonCustomizationFormOptions.AllowToolbarCustomization Property

Gets or sets whether the Ribbon Customization Window should display items from the Quick Access Toolbar.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool AllowToolbarCustomization { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property AllowToolbarCustomization As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to display items from the Quick Access Toolbar in the Ribbon Customization Window; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowToolbarCustomization
RibbonControl

.OptionsCustomizationForm .AllowToolbarCustomization

|

Remarks

Set the AllowToolbarCustomization property to true to allow users to customize Quick Access Toolbar items in the Ribbon Customization Window:

See Also

RibbonCustomizationFormOptions Class

RibbonCustomizationFormOptions Members

DevExpress.XtraBars.Ribbon Namespace