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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | A Unit that represents the spacing value. |
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.