PopupGalleryEdit.Properties Property
Gets an object which contains properties, methods and events specific to the PopupGalleryEdit control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
RepositoryItemPopupGalleryEdit | An object that contains settings for the PopupGalleryEdit control. |
Remarks
Use the Properties object to access settings specific to the PopupGalleryEdit control.
When using editors for inplace editing (in XtraGrid, for instance), you do not work with editors directly but with their corresponding repository items. In order to use a PopupGalleryEdit control inplace in XtraGrid, you have to create a RepositoryItemPopupGalleryEdit object explicitly (for instance via the grid’s designer) and then assign it to a column. A PopupGalleryEdit control to edit column values will be created automatically when and as required, based on settings of the repository item.