Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonControl.OptionsMenuMinWidth Property

Gets or sets the minimum width of the Display Options button’s dropdown window.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(330)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public int OptionsMenuMinWidth { get; set; }

#Property Value

Type Default Description
Int32 330

An integer value that specifies the minimum width of the Display Options button’s dropdown window.

#Remarks

The RibbonControl.ShowDisplayOptionsMenuButton setting specifies whether to show the Display Options button that invokes a dropdown window with available display modes. See the image below.

RibbonConrol_ShowDisplayOptionsButton

By default, the dropdown window width is set to a value that allows all menu items to be displayed in their entirety. The OptionsMenuMinWidth property allows you to set the dropdown window width to any custom value.

See Also