Defines the ribbon gallery settings.
Defines the properties for collection of gallery items in the Ribbon.
Defaults to []
number
Defines the number of items to be displayed in the Ribbon Gallery.
Defaults to 3
string
Defines the height of the ribbon gallery popup.
Defaults to ‘auto’
string
| function
| JSX.Element
Defines the template for gallery items in popup. The current gallery item model passed as context to build the content.
Defaults to ”
string
Defines the width of the ribbon gallery popup.
Defaults to ‘auto’
number
Defines the index of current selected gallery item.
Defaults to null
string
| function
| JSX.Element
Defines the template for gallery items contents. The current gallery item model passed as context to build the content.
Defaults to ”
EmitType<GalleryItemEventArgs>
Event triggers before rendering each gallery item.
EmitType<GalleryBeforeSelectEventArgs>
Event triggers before the gallery items selects.
EmitType<GalleryHoverEventArgs>
Event triggers when a user hovers over a gallery item.
EmitType<GalleryPopupEventArgs>
Event triggers when the gallery popup closes.
EmitType<GalleryPopupEventArgs>
Event triggers when the gallery popup opens.
EmitType<GallerySelectEventArgs>
Event triggers when the gallery items selects.