Skip to main content
Tab

ASPxMenuBase.HorizontalPopOutImage Property

Gets the settings of a pop-out image displayed in a horizontally oriented menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual ItemImageProperties HorizontalPopOutImage { get; }

Property Value

Type Description
ItemImageProperties

An ItemImageProperties object that contains the image settings.

See Also