Skip to main content

GanttConnector.SetIsAttachmentTarget(Visual, Boolean) Method

Sets the value of the GanttConnector.IsAttachmentTarget attached property to a specified Visual.

Namespace: DevExpress.Xpf.Gantt

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

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public static void SetIsAttachmentTarget(
    Visual d,
    bool value
)

Parameters

Name Type Description
d Visual

The object to which the attached property is written

value Boolean

The GanttConnector.IsAttachmentTarget property value.

See Also