Skip to main content
A newer version of this page is available. .

LinkUnlinkController.ExcludeLinkedObjects Property

Specifies whether to exclude the objects that are already linked from the List View invoked by the LinkUnlinkController.LinkAction.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public bool ExcludeLinkedObjects { get; set; }

Property Value

Type Description
Boolean

true, if the linked objects are excluded; false, if the linked objects are not excluded.

Remarks

By default, this property is set to false, i.e., all the objects of the specified type are displayed in the invoked List View. If you prefer that the objects that are already linked are not displayed in the invoked Link View, set this property to true.

See Also