Skip to main content
Tab

RibbonImages.GalleryPopOutButton Property

Gets the settings of an image displayed within a ribbon’s gallery pop-out button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ItemImageProperties GalleryPopOutButton { 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, RibbonImages.GalleryScrollDownButton, and GalleryPopOutButton properties to customize the buttons’ image properties.

See Also