Skip to main content
.NET 6.0+

LinkUnlinkController.RequireLookupListView Property

Specifies whether or not the LinkUnlinkController.LinkAction and LinkUnlinkController.UnlinkAction actions are active only when a Lookup List View for the current object type exists in the Application Model.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Default Description
Boolean true

true, if the Link and Unlink actions are active only when a Lookup List View for the current object type exists in the Application Model; otherwise - false.

Remarks

By default, a Lookup List View node presence is checked by the XafApplication.FindLookupListViewId method, and actions are deactivated if the node is not found. To disable this check, set the RequireLookupListView property to false.

See Also