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.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Parameters
Name | Type | Description |
---|---|---|
d | Visual | The object to which the attached property is written |
value | Boolean | The GanttConnector.IsAttachmentTarget property value. |
See Also