windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-standalonegallery-d2608c40.md
Provides access to the settings applied to the context buttons displayed in the gallery images, and the panels containing these buttons.
Namespace : DevExpress.XtraBars.Ribbon.Gallery
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Context Buttons")]
public StandaloneGalleryContextItemCollectionOptions ContextButtonOptions { get; }
<DXCategory("Context Buttons")>
Public ReadOnly Property ContextButtonOptions As StandaloneGalleryContextItemCollectionOptions
| Type | Description |
|---|---|
| DevExpress.XtraBars.Ribbon.Gallery.StandaloneGalleryContextItemCollectionOptions |
A ContextItemCollectionOptions object that comprises settings applied to the context buttons displayed in the gallery images, and the panels containing these buttons.
|
The StandaloneGallery.ContextButtons property allows you to specify the collection of context buttons displayed in the gallery images. The ContextButtonOptions property provides access to the settings applied to these buttons, and panels that contain them.
Using this property you can specify the following settings:
See Also