Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LinkUnlinkController.RequirePersistentType Property

Specifies whether or not the LinkUnlinkController.LinkAction and LinkUnlinkController.UnlinkAction actions are active for persistent objects only.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

[Browsable(false)]
[DefaultValue(true)]
public bool RequirePersistentType { get; set; }

#Property Value

Type Default Description
Boolean true

true, if the Link and Unlink actions are active for persistent objects only; otherwise - false.

#Remarks

Set this property to false to enable Link/Unlink actions for a non-persistent objects. In this case, handle the LinkUnlinkController.CustomCreateLinkView event and manually create a ListView object that will be shown by a Link and Unlink action.

See Also