Skip to main content
A newer version of this page is available. .

RepositoryItemGridLookUpEditBase.View Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

[DXCategory("View")]
[Browsable(false)]
public GridView View { get; set; }

Property Value

Type
GridView

Remarks

Use the RepositoryItemGridLookUpEditBase.PopupView property instead.

See Also