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.v25.2.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
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