GridLookUpEditBase Class
The base class for grid look up editors.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Related API Members
The following members return GridLookUpEditBase objects:
Remarks
Similar to regular lookup editors, grid lookup editors implement lookup functionality (the ability to change the editor’s value by selecting a row from the editor’s dropdown).
A grid lookup editor embeds a grid control (GridControl) in its drop-down window. The grid can be fully customized to meet your UI requirements.
Implements
Inheritance
Object
MarshalByRefObject
See Also