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