Skip to main content

IGridSelectionChanges.DeselectedDataItems Property

Specifies data items that were deselected.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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