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

MenuImages.ScrollDownButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public MenuScrollButtonImageProperties ScrollDownButton { get; }

Property Value

Type Description
MenuScrollButtonImageProperties

A MenuScrollButtonImageProperties object that contains image settings.

Remarks

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

To specify an image for a scroll up button, use the MenuImages.ScrollUpButton property.

Menu_ScrollButton

See Also