Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelPropertyEditorLinkView.LinkViews Property

Specifies the Views which can be invoked by the LinkUnlinkController.LinkAction.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[Browsable(false)]
IModelList<IModelListView> LinkViews { get; }

Property Value

Type Description
DevExpress.ExpressApp.Model.IModelList<IModelListView>

A IModelList<IModelListView> object representing a collection of the Views which can be invoked by the Link Action.

See Also