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.v19.1.dll

Declaration

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

Property Value

Type
GridView

Remarks

Use the RepositoryItemGridLookUpEditBase.PopupView property instead.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the View property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also