RibbonImages.GalleryPopOutButton Property
In This Article
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 |
---|---|
Item |
A Item |
#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, RibbonImages.GalleryScrollDownButton, and GalleryPopOutButton properties to customize the buttons’ image properties.
See Also