RibbonImages.GalleryScrollDownButton Property
Gets the settings of an image displayed within a ribbon’s gallery scroll down button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| ItemImageProperties | A ItemImageProperties object that contains image settings. |
Remarks

The ribbon gallery bar item (RibbonGalleryBarItem) displays scroll up, scroll down, and pop-out buttons. The scroll up and down buttons allow end-users to scroll gallery bar content. The pop-out button displays a popup window containing gallery items.
Use the RibbonImages.GalleryScrollUpButton, GalleryScrollDownButton, and RibbonImages.GalleryPopOutButton properties to customize the buttons’ image properties.

See Also