Back to Devexpress

IGridSelectionChanges.SelectedDataItems Property

blazor-devexpress-dot-blazor-dot-igridselectionchanges.md

latest1.1 KB
Original Source

IGridSelectionChanges.SelectedDataItems Property

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

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
IReadOnlyList<object> SelectedDataItems { get; }

Property Value

TypeDescription
IReadOnlyList<Object>

A collection of data items.

|

Remarks

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

See Also

IGridSelectionChanges Interface

IGridSelectionChanges Members

DevExpress.Blazor Namespace