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.v24.1.dll
NuGet Package: DevExpress.Web
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. |
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