Skip to main content
All docs
V25.1
  • ASPxClientGantt.GetVisibleDependencyKeys Method

    Gets the keys of the visible dependencies.

    Declaration

    GetVisibleDependencyKeys(): any[]

    Returns

    Type Description
    any[]

    The keys.

    Remarks

    Gantt - Dependency

    <dx:ASPxGantt ID="Gantt" runat="server" ClientInstanceName="clientGantt" >
        //...
    </dx:ASPxGantt>
    
    console.log(clientGantt.GetVisibleDependencyKeys());
    

    Concepts

    See Also