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

MenuImages.ScrollUpButton Property

Gets the settings of an image displayed within the scroll up button of a submenu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public MenuScrollButtonImageProperties ScrollUpButton { get; }

Property Value

Type Description
MenuScrollButtonImageProperties

A MenuScrollButtonImageProperties object that contains image settings.

Remarks

The ScrollUpButton property is in effect if the MenuSettings.EnableSubMenuScrolling property is set to true.

To specify an image for a scroll down button, use the MenuImages.ScrollDownButton property.

Menu_ScrollButton

See Also