ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / FindDialogViewModel Class / SearchHistory Property

In This Topic
    SearchHistory Property
    In This Topic
    Gets the history of the strings searched
    Syntax
    'Declaration
     
    Public ReadOnly Property SearchHistory As ObservableCollection(Of String)
    public ObservableCollection<string> SearchHistory {get;}
    See Also