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

MenuItem.SubMenuPopOutImage Property

Gets the settings of an image displayed by all pop-out images of the current submenu items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ItemImageProperties SubMenuPopOutImage { get; }

Property Value

Type Description
ItemImageProperties

A ItemImageProperties object that contains image settings.

Remarks

The SubMenuPopOutImage property is in effect if the menu’s ASPxMenuBase.ShowPopOutImages property is set to true.

To specify a unified image for all the control’s pop-out images, use the ASPxMenuBase.HorizontalPopOutImage and ASPxMenuBase.VerticalPopOutImage properties.

See Also