Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 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

GridLookUpViewType Enum

Lists the types of Views that can be used within a GridLookUpEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v24.1.dll

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

#Declaration

public enum GridLookUpViewType

#Members

Name Description
Default

The default View is used.

Currently this option is the same as the GridView option

GridView

Corresponds to a GridView View.

BandedView

Corresponds to a BandedGridView View.

AdvBandedView

Corresponds to an AdvBandedGridView View.

TileView

Corresponds to a TileView.

#Related API Members

The following properties accept/return GridLookUpViewType values:

#Remarks

A GridLookUpEdit control can represent data using one of the Views enumerated by the GridLookUpViewType class. To specify the type of View to use in a lookup editor, assign a corresponding GridLookUpViewType value to the RepositoryItemGridLookUpEditBase.PopupViewType property.

See Also