Skip to main content

GridLookUpEditBase Class

The base class for grid look up editors.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public abstract class GridLookUpEditBase :
    LookUpEditBase

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.

See Also