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

    Specifies data items that were deselected.

    Namespace: DevExpress.Blazor

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

    NuGet Package: DevExpress.Blazor

    Declaration

    IReadOnlyList<object> DeselectedDataItems { get; }

    Property Value

    Type Description
    IReadOnlyList<Object>

    A collection of data items.

    Remarks

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

    See Also