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

MenuItemStyleBase.PopOutImageSpacing Property

Gets or sets the amount of space between the right borders of a menu item and the pop-out image displayed at the menu level which the current style applies to.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public virtual Unit PopOutImageSpacing { 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 PopOutImageSpacing
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBarItem.PopOutImageSpacing

Remarks

The PopOutImageSpacing property is in effect for the parent root items and sub-items with disabled a drop down button (the MenuItem.DropDownMode property is set to false) and enabled pop-out images (the ASPxMenuBase.ShowPopOutImages property is set to true).

Note

For the sub-items and root items of a vertically oriented ASPxMenu, the PopOutImageSpacing property is not in effect, even if the item’s drop down button is enabled at the specified menu level.

See Also