ComponentOne FlexGrid 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 Boolean
    public bool AutoSearch {get; set;}
    See Also