RadControls for WPF

Represents an ordered collection of SearchResultBase objects.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.40

Syntax

C#
public class SearchResultCollection : ObservableCollection<SearchResultBase>
Visual Basic
Public Class SearchResultCollection _
	Inherits ObservableCollection(Of SearchResultBase)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'SearchResultBase>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'SearchResultBase>)>)>
      Telerik.Windows.Controls.Map..::..SearchResultCollection

See Also