ITreeList.SelectedDataItems Property
In This Article
In multiple selection mode, this property specifies data items that corresponds to selected TreeList rows.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
IReadOnlyList<object> SelectedDataItems { get; set; }
#Property Value
Type | Description |
---|---|
IRead |
The data item collection. |
#Remarks
Refer to the SelectedDataItems property description for more information and an example.
See Also