Skip to main content

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

NuGet Package: DevExpress.Wpf.Gantt

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