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

GridLookUpEditBase Class

Represents the base class for grid look up editors.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public abstract class GridLookUpEditBase :
    LookUpEditBase

The following members return GridLookUpEditBase objects:

Remarks

Similar to regular lookup editors, grid lookup editors provide the lookup functionality (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 dropdown window. The grid can be fully customized to fully meet your UI requirements.

See Also