aspnet-devexpress-dot-web-dot-aspxmenubase-49e7ad41.md
Gets the settings which define an image, displayed within scroll down buttons.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public virtual MenuScrollButtonImageProperties ScrollDownButtonImage { get; }
Public Overridable ReadOnly Property ScrollDownButtonImage As MenuScrollButtonImageProperties
| Type | Description |
|---|---|
| MenuScrollButtonImageProperties |
A MenuScrollButtonImageProperties object, which defines the image settings.
|
The ScrollDownButtonImage property contains settings which define an image, displayed within an every scroll down button of the menu. To specify an image for scroll up buttons, use the ASPxMenuBase.ScrollUpButtonImage property.
You can define scroll button images of a particular item by using the MenuItem.ScrollDownButtonImage and MenuItem.ScrollUpButtonImage properties.
See Also