Skip to main content
All docs
V25.1
  • ITreeList.IsDataItemSelected(Object) Method

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.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) method description for more information and an example.

    See Also