Skip to main content

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.v23.2.dll

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

Declaration

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

Property Value

Type
GridView

Remarks

Use the RepositoryItemGridLookUpEditBase.PopupView property instead.

See Also