Back to Devexpress

GridLookUpViewType Enum

windowsforms-devexpress-dot-xtraeditors-dot-repository-683e6ecd.md

latest2.3 KB
Original Source

GridLookUpViewType Enum

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public enum GridLookUpViewType
vb
Public Enum GridLookUpViewType

Members

NameDescription
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.

|

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

DevExpress.XtraEditors.Repository Namespace