ClassGridViewSelectedCellsCollection
Class
A collection containing GridViewCellInfo objects that represent the selected cells in RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridViewSelectedCellsCollection : ReadOnlyObservableCollection<GridViewCellInfo>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectReadOnlyCollection<GridViewCellInfo>ReadOnlyObservableCollection<GridViewCellInfo>GridViewSelectedCellsCollection
Implements:
Inherited Members
Constructors
GridViewSelectedCellsCollection()
Initializes a new instance of the GridViewSelectedCellsCollection.
Declaration
cs-api-definition
public GridViewSelectedCellsCollection()
GridViewSelectedCellsCollection(MasterGridViewTemplate)
Initializes a new instance of the GridViewSelectedCellsCollection.
Declaration
cs-api-definition
public GridViewSelectedCellsCollection(MasterGridViewTemplate masterTemplate)
Parameters
masterTemplate
An instance of MasterGridViewTemplate.
Methods
EndUpdate(bool)
Ends the update.
Declaration
cs-api-definition
public void EndUpdate(bool notifyUpdates)
Parameters
notifyUpdates
The notify updates.