New to Telerik UI for WinFormsStart a free 30-day trial

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: ICollectionIEnumerableIListINotifyCollectionChangedINotifyPropertyChanged

Inherited Members ReadOnlyObservableCollection<GridViewCellInfo>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ReadOnlyObservableCollection<GridViewCellInfo>.OnPropertyChanged(PropertyChangedEventArgs)ReadOnlyObservableCollection<GridViewCellInfo>.CollectionChangedReadOnlyObservableCollection<GridViewCellInfo>.PropertyChangedReadOnlyCollection<GridViewCellInfo>.Contains(GridViewCellInfo)ReadOnlyCollection<GridViewCellInfo>.CopyTo(GridViewCellInfo[], int)ReadOnlyCollection<GridViewCellInfo>.GetEnumerator()ReadOnlyCollection<GridViewCellInfo>.IndexOf(GridViewCellInfo)ReadOnlyCollection<GridViewCellInfo>.CountReadOnlyCollection<GridViewCellInfo>.this[int]ReadOnlyCollection<GridViewCellInfo>.Items...

Constructors

Initializes a new instance of the GridViewSelectedCellsCollection.

C#
public GridViewSelectedCellsCollection()

Initializes a new instance of the GridViewSelectedCellsCollection.

C#
public GridViewSelectedCellsCollection(MasterGridViewTemplate masterTemplate)
Parameters:masterTemplateMasterGridViewTemplate

An instance of MasterGridViewTemplate.

Methods

Begins the update.

C#
public void BeginUpdate()

Ends the update.

C#
public void EndUpdate(bool notifyUpdates)
Parameters:notifyUpdatesbool

The notify updates.