ClassGridViewSelectedRowsCollection
Class
Represents a collection containing GridViewRowInfo that represent the selected rows in RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridViewSelectedRowsCollection : ReadOnlyObservableCollection<GridViewRowInfo>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectReadOnlyCollection<GridViewRowInfo>ReadOnlyObservableCollection<GridViewRowInfo>GridViewSelectedRowsCollection
Implements:
Inherited Members
Constructors
GridViewSelectedRowsCollection()
Initializes a new instance of the GridViewSelectedRowsCollection.
Declaration
cs-api-definition
public GridViewSelectedRowsCollection()
GridViewSelectedRowsCollection(MasterGridViewTemplate)
Initializes a new instance of the GridViewSelectedRowsCollection.
Declaration
cs-api-definition
public GridViewSelectedRowsCollection(MasterGridViewTemplate masterTemplate)
Parameters
masterTemplate
An instance of the MasterGridViewTemplate.
Methods
EndUpdate(bool)
Ends the update.
Declaration
cs-api-definition
public void EndUpdate(bool notifyUpdates)
Parameters
notifyUpdates
The notify updates.
ToArray()
Converts the collection of selected rows to an array.