IGrid.DeselectDataItems(IEnumerable<Object>) Method
In This Article
Deselects rows that correspond to the specified data items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
void DeselectDataItems(
IEnumerable<object> dataItems
)
#Parameters
Name | Type | Description |
---|---|---|
data |
IEnumerable<Object> | A collection of data items. |
#Remarks
Refer to the DeselectDataItems method description for more information and an example.
See Also