FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewer Class / SearchHistory Property

In This Topic
    SearchHistory Property
    In This Topic
    Gets the list of the collected search strings.
    Syntax
    'Declaration
     
    Public ReadOnly Property SearchHistory As List(Of String)
    public List<string> SearchHistory {get;}
    See Also