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

DxGrid.IsDataItemFocused(Object) Method

Identifies whether the row bound to the specified data item is focused.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public bool IsDataItemFocused(
    object dataItem
)

Parameters

Name Type Description
dataItem Object

The data item.

Returns

Type Description
Boolean

true if the row is focused; otherwise, false.

Remarks

Use the IsDataItemFocused method to determine whether the row bound to the specified data item is focused.

See Also