SelectedDataItemsChangedEventArgs<TData>.DataItems Property
In This Article
Returns a collection of currently selected items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public IEnumerable<TData> DataItems { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<TData> | Currently selected items. |
#Remarks
Refer to DxListBox.SelectedDataItemsChanged and DxTagBox.SelectedDataItemsChanged event descriptions for more information and examples.
See Also