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

ASPxMenuBase.VerticalPopOutRtlImage Property

Gets the settings of a pop-out image displayed in a vertically oriented menu, when the right-to-left layout is applied.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual ItemImageProperties VerticalPopOutRtlImage { get; }

Property Value

Type Description
ItemImageProperties

An ItemImageProperties object that contains the image settings.

See Also