Skip to main content
All docs
V26.1
  • IGrid.SelectedDataItems Property

    In multiple selection mode, specifies data items that correspond to selected Grid rows.

    Namespace: DevExpress.Blazor

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

    NuGet Package: DevExpress.Blazor

    Declaration

    IReadOnlyList<object> SelectedDataItems { get; set; }

    Property Value

    Type Description
    IReadOnlyList<Object>

    A collection of data items.

    Remarks

    Refer to the SelectedDataItems property description for additional information and an example.

    See Also