Skip to main content

IGrid.DeselectDataItems(IEnumerable<Object>) Method

Deselects rows that correspond to the specified data items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.Grid.v26.1.dll

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 additional information and an example.

See Also