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

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.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

Property Value

Type Description
Boolean

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

Remarks

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

See Also