Skip to main content
A newer version of this page is available. .

PopupGalleryEdit.Properties Property

Gets an object which contains properties, methods and events specific to the PopupGalleryEdit control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Properties")]
public RepositoryItemPopupGalleryEdit Properties { get; }

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.

See Also