Back to Devexpress

IModelListView.AllowUnlink Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodellistview-024eef3d.md

latest1.3 KB
Original Source

IModelListView.AllowUnlink Property

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

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Remarks

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

See Also

IModelListView Interface

IModelListView Members

DevExpress.ExpressApp.Model Namespace