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.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Returns
Type | Description |
---|---|
Boolean | true, if the current element is an attacment target for the Gantt connectors; otherwise, false. |
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