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

RepositoryItemGridLookUpEditBase.ViewType Property

Gets or sets the type of View used to represent data in the dropdown. This property is hidden. Use the RepositoryItemGridLookUpEditBase.PopupViewType property instead.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

[Browsable(false)]
[DefaultValue(GridLookUpViewType.Default)]
[DXCategory("View")]
public GridLookUpViewType ViewType { get; set; }

#Property Value

Type Default
GridLookUpViewType Default

Available values:

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.

#Remarks

Use the RepositoryItemGridLookUpEditBase.PopupViewType property instead.

See Also