Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GridLookUpEditBase Class

The base class for grid look up editors.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraGrid.v24.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