Skip to main content
All docs
V25.2
  • ITreeList.DeselectDataItem(Object) Method

    Deselects a row that corresponds to the specified data item.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    void DeselectDataItem(
        object dataItem
    )

    Parameters

    Name Type Description
    dataItem Object

    The data item.

    Remarks

    Refer to the DeselectDataItem(Object) method description for additional information and an example.

    See Also