Skip to main content
A newer version of this page is available. .

IGridSelectionChanges.SelectedDataItems Property

Specifies data items that were selected.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

IReadOnlyList<object> SelectedDataItems { get; }

Property Value

Type Description
IReadOnlyList<Object>

A collection of data items.

Remarks

Refer to the IGridSelectionChanges interface description for more information and an example.

See Also