MenuItem.ScrollUpButtonImage Property
In This Article
Gets the settings which define an image, displayed within a particular item’s scroll up button .
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public MenuScrollButtonImageProperties ScrollUpButtonImage { get; }
#Property Value
Type | Description |
---|---|
Menu |
A Menu |
#Remarks
The ScrollUpButtonImage property contains settings which define an image, displayed within a particular item’s scroll up button. To specify an image for scroll down button, use the MenuItem.ScrollDownButtonImage property.
You can define scroll button images of every item within a menu using the ASPxMenuBase.ScrollDownButtonImage and ASPxMenuBase.ScrollUpButtonImage properties.
See Also