Skip to main content
All docs
V24.1

DxTreeList.SelectedDataItems Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public IReadOnlyList<object> SelectedDataItems { get; set; }

Property Value

Type Description
IReadOnlyList<Object>

The data item collection.

See Also