Back to Devexpress

DxGrid.IsDataItemFocused(Object) Method

blazor-devexpress-dot-blazor-dot-dxgrid-dot-isdataitemfocused-x28-system-dot-object-x29.md

latest1.3 KB
Original Source

DxGrid.IsDataItemFocused(Object) Method

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

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public bool IsDataItemFocused(
    object dataItem
)

Parameters

NameTypeDescription
dataItemObject

The data item.

|

Returns

TypeDescription
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.

For additional information about row focus in the Grid component, refer to the following topic: Selection and Focus in Blazor Grid.

Implements

IsDataItemFocused(Object)

See Also

DxGrid Class

DxGrid Members

DevExpress.Blazor Namespace