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

IGridSelectionChanges.DeselectedDataItems Property

Specifies data items that were deselected.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

IReadOnlyList<object> DeselectedDataItems { 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