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

ToolboxOptionsView.MenuButtonImage Property

Use the ToolboxOptionsView.MenuButtonImageOptions property to specify the image for the menu button displayed in the ToolboxControl.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image MenuButtonImage { get; set; }

#Property Value

Type Default Description
Image null

An Image object that specifies the image for the menu button.

#Property Paths

You can access this nested property as listed below:

Object Type Path to MenuButtonImage
ToolboxControl
.OptionsView .MenuButtonImage

#Remarks

The ToolboxOptionsView.MenuButtonCaption and MenuButtonImage properties specify the caption and icon for the button that invokes the popup menu, providing access to the ToolboxControl groups.

To specify whether the menu button is shown, use the ToolboxOptionsView.ShowMenuButton property.

See Also