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