Represents a collection containing GridViewRowInfo that represent the selected rows in RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewSelectedRowsCollection : ReadOnlyObservableCollection<GridViewRowInfo>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectReadOnlyCollection<GridViewRowInfo>ReadOnlyObservableCollection<GridViewRowInfo>GridViewSelectedRowsCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewSelectedRowsCollection.
C#
public GridViewSelectedRowsCollection()
Initializes a new instance of the GridViewSelectedRowsCollection.
C#
public GridViewSelectedRowsCollection(MasterGridViewTemplate masterTemplate)
An instance of the MasterGridViewTemplate.
Methods
Begins the update.
C#
public void BeginUpdate()
Ends the update.
Converts the collection of selected rows to an array.