Back to Devexpress

ITreeListSelectionChanges.SelectedDataItems Property

blazor-devexpress-dot-blazor-dot-itreelistselectionchanges.md

latest1.1 KB
Original Source

ITreeListSelectionChanges.SelectedDataItems Property

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

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
IReadOnlyList<object> SelectedDataItems { get; }

Property Value

TypeDescription
IReadOnlyList<Object>

The data item collection.

|

Remarks

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

See Also

ITreeListSelectionChanges Interface

ITreeListSelectionChanges Members

DevExpress.Blazor Namespace