Skip to main content
All docs
V25.2
  • ITreeList.SelectedDataItems Property

    In multiple selection mode, this property specifies data items that corresponds to selected TreeList rows.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    Declaration

    IReadOnlyList<object> SelectedDataItems { get; set; }

    Property Value

    Type Description
    IReadOnlyList<Object>

    The data item collection.

    Remarks

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

    See Also