Skip to main content
.NET 6.0+

IModelPropertyEditorLinkView.LinkView Property

Specifies the View invoked by the LinkUnlinkController.LinkAction.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[ModelBrowsable(typeof(CollectionPropertyOnlyCalculator))]
[DataSourceProperty("LinkViews", new string[]{})]
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