Skip to main content

IGrid.IsDataItemSelected(Object) Method

Returns whether the row that corresponds to the specified data item is selected.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

bool IsDataItemSelected(
    object dataItem
)

Parameters

Name Type Description
dataItem Object

The data item.

Returns

Type Description
Boolean

true if the corresponding row is selected; otherwise, false.

Remarks

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

See Also