RepositoryItemGridLookUpEditBase.ViewType Property
In This Article
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 |
---|---|
Grid |
Default |
Available values:
Name | Description |
---|---|
Default | The default View is used. Currently this option is the same as the Grid |
Grid |
Corresponds to a Grid |
Banded |
Corresponds to a Banded |
Adv |
Corresponds to an Adv |
Tile |
Corresponds to a Tile |
#Remarks
Use the RepositoryItemGridLookUpEditBase.PopupViewType property instead.
See Also