Back to Devexpress

ConnectorThumbKind Enum

wpf-devexpress-dot-xpf-dot-gantt-cd3b182d.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public enum ConnectorThumbKind
vb
Public Enum ConnectorThumbKind

Members

NameDescription
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:

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.

See Also

DevExpress.Xpf.Gantt Namespace