Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: 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