MenuImages.ScrollDownButton Property
Gets the settings of an image displayed within the scroll down 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 ScrollDownButton property is in effect if the MenuSettings.EnableSubMenuScrolling property is set to true
.
To specify an image for a scroll up button, use the MenuImages.ScrollUpButton property.
See Also