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

MenuItem.PopOutImage Property

Gets the settings of an image, which represents an item’s pop-out image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ItemImageProperties PopOutImage { get; }

Property Value

Type Description
ItemImageProperties

A ItemImageProperties object that contains image settings.

Remarks

The PopOutImage property is in effect if the ASPxMenuBase.ShowPopOutImages property is set to true.

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

See Also