Class
GridViewSelectedCellsCollection

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

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

MasterGridViewTemplate

An instance of MasterGridViewTemplate.

Methods

BeginUpdate()

Begins the update.

Declaration

cs-api-definition
public void BeginUpdate()

EndUpdate(bool)

Ends the update.

Declaration

cs-api-definition
public void EndUpdate(bool notifyUpdates)

Parameters

notifyUpdates

bool

The notify updates.