Skip to main content
All docs
V25.1
  • ITreeListSelectionChanges.SelectedDataItems Property

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    IReadOnlyList<object> SelectedDataItems { get; }

    Property Value

    Type Description
    IReadOnlyList<Object>

    The data item collection.

    Remarks

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

    See Also