Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[DefaultValue(null)]
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