ConnectorThumbKind Enum
Lists the values that specify which of the connector thumbs are visible to an end user.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Members
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. |
Related API Members
The following properties accept/return ConnectorThumbKind values:
Remarks
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.