MenuImages.ScrollUpButton Property
Gets the settings of an image displayed within the scroll up button of a submenu.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
MenuScrollButtonImageProperties | A MenuScrollButtonImageProperties object that contains image settings. |
Remarks
The ScrollUpButton property is in effect if the MenuSettings.EnableSubMenuScrolling property is set to true
.
To specify an image for a scroll down button, use the MenuImages.ScrollDownButton property.
See Also