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

GanttConnector.GetIsAttachmentTarget(Visual) Method

Gets the value of the GanttConnector.IsAttachmentTarget attached property for the specified object.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v19.2.dll

Declaration

public static bool GetIsAttachmentTarget(
    Visual d
)

Parameters

Name Type Description
d Visual

The element from which the property value is read.

Returns

Type Description
Boolean

The GanttConnector.IsAttachmentTarget property value for the element.

See Also