Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DefaultValue(false)]
    [XtraSerializableProperty]
    public virtual bool AllowEditBarItemPopups { get; set; }

    Property Value

    Type Default Description
    Boolean false

    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 Type Path 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.

    image

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

    image

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

    See Also