Skip to main content
All docs
V25.2
  • TreeList.BindCommand(Object, String, Func<Object>) Method

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.2.dll

    NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

    Declaration

    public IDisposable BindCommand(
        object command,
        string elementId,
        Func<object> queryCommandParameter
    )

    Parameters

    Name Type
    command Object
    elementId String
    queryCommandParameter Func<Object>

    Returns

    Type
    IDisposable
    See Also