GanttConnector.IsAttachmentTarget Attached Property
Specifies whether the current element is an attacment target for the Gantt connectors. This is an attached property.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v25.2.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
When rendering tasks using a custom template, use the IsAttachmentTarget attached property to specify the whether a particular element within the custom template is an attacment target for the Gantt connectors.
See Also