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