[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridSelectedItemsCollection.Item

this Property

this[int]

The selected item at the specified index.

Declaration
public object this[int index] { get; set; }
Parameters
Type Name Description
int index

The index in the collection of selected items.

Implements