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

IModelPropertyEditorLinkView.LinkView Property

Specifies the View invoked by the LinkUnlinkController.LinkAction.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[ModelBrowsable(typeof(CollectionPropertyOnlyCalculator))]
[DataSourceProperty("LinkViews")]
IModelListView LinkView { get; set; }

Property Value

Type Description
IModelListView

An IModelListView object representing a ListView node which corresponds to the List View invoked by the Link Action.

See Also