Skip to main content

IGrid.SelectedDataItems Property

In multiple selection mode, specifies data items that correspond to selected Grid rows.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

IReadOnlyList<object> SelectedDataItems { get; set; }

Property Value

Type Description
IReadOnlyList<Object>

A collection of data items.

Remarks

Refer to the SelectedDataItems property description for more information and an example.

See Also