Skip to main content
All docs
V24.1

ITreeList.IsDataItemSelected(Object) Method

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.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(Object) property description for more information and an example.

See Also