Skip to main content
All docs
V23.2

TreeList.BindCommand(Object, String, Func<Object>) Method

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.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