SelectedDataItemsChangedEventArgs<TData>.DataItems Property
Returns a collection of currently selected items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
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