Skip to main content
All docs
V24.1

ITreeList.IsDataItemFocused(Object) Method

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Refer to the IsDataItemFocused(Object) property description for more information and an example.

See Also