Back to Devexpress

DxTreeList.IsDataItemFocused(Object) Method

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

latest1.4 KB
Original Source

DxTreeList.IsDataItemFocused(Object) Method

Returns 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 TreeList component, refer to the following topic: Selection and Focus in Blazor TreeList.

Implements

IsDataItemFocused(Object)

IsDataItemFocused(Object)

See Also

DxTreeList Class

DxTreeList Members

DevExpress.Blazor Namespace