Back to Devexpress

TreeList.SetSearchControl(ISearchControl) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-setsearchcontrol-x28-devexpress-dot-utils-dot-isearchcontrol-x29.md

latest1.2 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public void SetSearchControl(
    ISearchControl searchControl
)
vb
Public Sub SetSearchControl(
    searchControl As ISearchControl
)

Parameters

NameType
searchControlDevExpress.Utils.ISearchControl

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace