IGridSelectionChanges.SelectedDataItems Property
In This Article
In multiple selection mode, specifies data items that correspond to selected Grid rows.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
IReadOnlyList<object> SelectedDataItems { get; }
#Property Value
Type | Description |
---|---|
IRead |
A collection of data items. |
#Remarks
Refer to the SelectedDataItems property description for more information and an example.
See Also