Back to Devexpress

IGridSelectionChanges.DeselectedDataItems Property

blazor-devexpress-dot-blazor-dot-igridselectionchanges-80497f65.md

latest1.0 KB
Original Source

IGridSelectionChanges.DeselectedDataItems Property

Specifies data items that were deselected.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
IReadOnlyList<object> DeselectedDataItems { get; }

Property Value

TypeDescription
IReadOnlyList<Object>

A collection of data items.

|

Remarks

Refer to the IGridSelectionChanges interface description for additional information and an example.

See Also

IGridSelectionChanges Interface

IGridSelectionChanges Members

DevExpress.Blazor Namespace