Back to Devexpress

ITreeListSelectionChanges.DeselectedDataItems Property

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

latest1.1 KB
Original Source

ITreeListSelectionChanges.DeselectedDataItems Property

Specifies data items that were deselected.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
IReadOnlyList<object> DeselectedDataItems { 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