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