Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gantt, DevExpress.Wpf.Gantt

Declaration

public enum ConnectorThumbKind

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

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