windowsforms-devexpress-dot-xtratoolbox-dot-toolboxoptionsview-f85283e6.md
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.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image MoreItemsButtonImage { get; set; }
<DefaultValue(Nothing)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property MoreItemsButtonImage As Image
| Type | Default | Description |
|---|---|---|
| Image | null |
An Image object that specifies an icon for the More items button.
|
You can access this nested property as listed below:
| Object Type | Path to MoreItemsButtonImage |
|---|---|
| ToolboxControl |
.OptionsView .MoreItemsButtonImage
|
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