Skip to main content
All docs
V25.1
  • ITreeList.DeselectDataItems(IEnumerable<Object>) Method

    Deselects rows that correspond to the specified data items.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    void DeselectDataItems(
        IEnumerable<object> dataItems
    )

    Parameters

    Name Type Description
    dataItems IEnumerable<Object>

    A data item collection.

    Remarks

    Refer to the DeselectDataItems(IEnumerable<Object>) method description for more information and an example.

    See Also