MenuItem.ScrollDownButtonImage Property
Gets the settings which define an image, displayed within a particular item’s scroll down button .
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
MenuScrollButtonImageProperties | A MenuScrollButtonImageProperties object, which defines the image settings. |
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