IGridSelectionChanges.DeselectedDataItems Property
In This Article
Specifies data items that were deselected.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
IReadOnlyList<object> DeselectedDataItems { get; }
#Property Value
Type | Description |
---|---|
IRead |
A collection of data items. |
#Remarks
Refer to the IGridSelectionChanges interface description for more information and an example.
See Also