[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridSelectedItemsCollection

GridSelectedItemsCollection Class

Collection of selected items of FlexGrid.

Inheritance
GridSelectedItemsCollection
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridSelectedItemsCollection : IReadOnlyList<object>, IReadOnlyCollection<object>, IList<object>, ICollection<object>, IEnumerable<object>, IEnumerable, INotifyCollectionChanged

Properties

Name Description
Count

The number of selected items.

IsReadOnly
this[int]

The selected item at the specified index.

Methods

Name Description
Add(object)
Clear()
Contains(object)
CopyTo(object[], int)
GetEnumerator()
IndexOf(object)
Insert(int, object)
Remove(object)
RemoveAt(int)

Events

Name Description
CollectionChanged