Skip to main content
Tab

RibbonImages.GalleryScrollDownButton Property

Gets the settings of an image displayed within a ribbon’s gallery scroll down button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ItemImageProperties GalleryScrollDownButton { get; }

Property Value

Type Description
ItemImageProperties

A ItemImageProperties object that contains image settings.

Remarks

ASPxRibbon_GalleryBarButtons

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.

ASPxRibbon_GalleryBarPopOut

See Also