ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TreeView Class / AutoSearch Property

In This Topic
    AutoSearch Property
    In This Topic
    Enables or disables the AutoSearch functionality of the C1TreeView.
    Syntax
    'Declaration
     
    Public Property AutoSearch As System.Boolean
    public System.bool AutoSearch {get; set;}
    See Also