MenuItemStyle.ToolbarPopOutImageSpacing Property
Gets or sets the amount of space between the border of the menu item’s contents (text or image) and its pop-out image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(typeof(Unit), "")]
public virtual Unit ToolbarPopOutImageSpacing { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | A Unit that is the spacing value. |
Remarks
The ToolbarPopOutImageSpacing property is in effect for root items with an enabled pop-out image (the MenuItem.DropDownMode property is set to false
) if the ASPxMenu.ShowAsToolbar property is set to true
.
See Also