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

MenuItemStyle.ToolbarDropDownButtonSpacing Property

Gets or sets the amount of space between the border of a menu item contents (text or image) and its drop down button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public virtual Unit ToolbarDropDownButtonSpacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

Property Paths

You can access this nested property as listed below:

Object Type Path to ToolbarDropDownButtonSpacing
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBarItem.ToolbarDropDownButtonSpacing

Remarks

The ToolbarDropDownButtonSpacing property is in effect for the root items with an enabled drop down button (the MenuItem.DropDownMode property is set to true) if the ASPxMenu.ShowAsToolbar property is set to true.

See Also