PopupGalleryEditGallery Class
A gallery within a PopupGalleryEdit.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Related API Members
The following members return PopupGalleryEditGallery objects:
Remarks
Use the RepositoryItemPopupGalleryEdit.Gallery property to access the embedded gallery.
Use the settings exposed by the PopupGalleryEditGallery
class to customize the gallery and add gallery groups (BaseGallery.Groups) to it. After a gallery group is added, use its GalleryItemGroup.Items property to add gallery items.
Inheritance
Object
MarshalByRefObject
Component
BaseGallery
StandaloneGallery
GalleryControlGallery
PopupGalleryEditGallery
See Also