Skip to main content

ToolboxOptionsView.MenuButtonCaption Property

Gets or sets the caption for the menu button displayed in the ToolboxControl.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public string MenuButtonCaption { get; set; }

Property Value

Type Default Description
String *null*

A string value that specifies the caption for the menu button.

Property Paths

You can access this nested property as listed below:

Object Type Path to MenuButtonCaption
ToolboxControl
.OptionsView .MenuButtonCaption

Remarks

The MenuButtonCaption and ToolboxOptionsView.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