Back to Devexpress

IModelListView.AllowLink Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodellistview-9fd4a6b8.md

latest1.3 KB
Original Source

IModelListView.AllowLink Property

Specifies whether or not the associated objects can be linked in the in the current Nested List View.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
bool AllowLink { get; set; }
vb
Property AllowLink As Boolean

Property Value

TypeDescription
Boolean

true , if new objects can be linked; otherwise, false.

|

Remarks

The AllowLink value is used to calculate the ListView.AllowLink value.

See Also

IModelListView Interface

IModelListView Members

DevExpress.ExpressApp.Model Namespace