PopupGalleryEditGallery Class
Represents a gallery within a PopupGalleryEdit.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
Related API Members
The following members return PopupGalleryEditGallery objects:
Remarks
You can access a PopupGalleryEdit‘s embedded gallery via the RepositoryItemPopupGalleryEdit.Gallery object.
Use the settings provided by the PopupGalleryEditGallery
class to customize the gallery and add gallery groups (BaseGallery.Groups) to it. After gallery groups are added, you can add gallery items to the groups via the GalleryItemGroup.Items collection.
Inheritance
Object
MarshalByRefObject
Component
BaseGallery
StandaloneGallery
GalleryControlGallery
PopupGalleryEditGallery
See Also