Back to Devexpress

RibbonCustomizationFormOptions.AllowEditBarItemPopups Property

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

latest2.5 KB
Original Source

RibbonCustomizationFormOptions.AllowEditBarItemPopups Property

Gets or sets whether users can edit a pop-up menu’s items via the Customization Form.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true if users can edit a pop-up menu’s items; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowEditBarItemPopups
RibbonControl

.OptionsCustomizationForm .AllowEditBarItemPopups

|

Remarks

The Customization Form does not allow users to edit items in pop-up menus. In the illustation below, the Customization Form does not display the Font Color pop-up menu’s items.

To allow users to edit the pop-up menu’s items, enable the AllowEditBarItemPopups option.

Use the BarButtonItem.DropDownControl property to assign a pop-up menu to a bar item.

See Also

RibbonCustomizationFormOptions Class

RibbonCustomizationFormOptions Members

DevExpress.XtraBars.Ribbon Namespace