Blazor | ComponentOne
C1.Blazor.Viewer Assembly / C1.Blazor.Viewer Namespace / FlexViewer Class / SearchResults Property

In This Topic
    SearchResults Property
    In This Topic
    Contains list result of SearchText method
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SearchResults As List(Of SearchResult)
    public List<SearchResult> SearchResults {get;}
    See Also