Skip to main content
All docs
V26.1
  • ITreeListSelectionChanges.DeselectedDataItems Property

    Specifies data items that were deselected.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    Declaration

    IReadOnlyList<object> DeselectedDataItems { get; }

    Property Value

    Type Description
    IReadOnlyList<Object>

    The data item collection.

    Remarks

    Refer to the ITreeListSelectionChanges interface description for additional information and an example.

    See Also