Skip to main content

TreeList.SetSearchControl(ISearchControl) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public void SetSearchControl(
    ISearchControl searchControl
)

Parameters

Name Type
searchControl DevExpress.Utils.ISearchControl
See Also