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

IGrid.DeselectDataItems(IEnumerable<Object>) Method

Deselects rows that correspond to the specified data items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

void DeselectDataItems(
    IEnumerable<object> dataItems
)

Parameters

Name Type Description
dataItems IEnumerable<Object>

A collection of data items.

Remarks

Refer to the DeselectDataItems method description for more information and an example.

See Also