ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / SearchPanelViewModel Class / CurrentSearchResultIndex Property

In This Topic
    CurrentSearchResultIndex Property
    In This Topic
    Gets or sets currently selected item within SearchResults list. -1 means no entry selected
    Syntax
    'Declaration
     
    Public Property CurrentSearchResultIndex As Nullable(Of Integer)
    public Nullable<int> CurrentSearchResultIndex {get; set;}
    See Also