wpf-devexpress-dot-xpf-dot-gantt-cd3b182d.md
Lists the values that specify which of the connector thumbs are visible to an end user.
Namespace : DevExpress.Xpf.Gantt
Assembly : DevExpress.Xpf.Gantt.v25.2.dll
NuGet Package : DevExpress.Wpf.Gantt
public enum ConnectorThumbKind
Public Enum ConnectorThumbKind
| Name | Description |
|---|---|
None |
The task’s connector thumbs are not displayed.
|
| Start |
The start connector thumb is displayed.
|
| Finish |
The finish connector thumb is displayed.
|
| Both |
Both connector thumbs are displayed.
|
The following properties accept/return ConnectorThumbKind values:
If a connector thumb is visible, end user can edit (create new, delete) connectors attached to the thumb.
The values listed by this enumeration are used to set the QueryAllowedTaskEditActionEventArgs.VisibleConnectorThumbKind and QueryAllowPredecessorEditEventArgs.VisibleConnectorThumbKind property.
See Also