ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / SearchResult Class / ItemIndex Property

In This Topic
    ItemIndex Property
    In This Topic
    Gets or sets the logical index of the item within the search results list.
    Syntax
    'Declaration
     
    Public Property ItemIndex As Integer
    public int ItemIndex {get; set;}

    Property Value

    The ordered index of the item among other search results.
    See Also