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.MoreItemsButtonImage Property

Gets or sets an icon for the button that invokes a popup panel containing currently active group items hidden in the ToolboxControl minimized state.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

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

#Property Value

Type Default Description
Image null

An Image object that specifies an icon for the More items button.

#Property Paths

You can access this nested property as listed below:

Object Type Path to MoreItemsButtonImage
ToolboxControl
.OptionsView .MoreItemsButtonImage

#Remarks

If the ToolboxOptionsMinimizing.ScrollMode property is set to DropDown, the items of the currently active group that are hidden in the ToolboxControl minimized state can be accessed using a popup panel which is invoked with a click on the More items button. The MoreItemsButtonImage property allows you to provide an icon for that button.

See Also