The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
SSSaiGanesh Sakthivel Syncfusion Team August 3, 2020 10:24 AM UTC
Hi Or,
Thank you for contacting syncfusion support.
We have checked the reported query “Get the selected item data from object” from our end. We would like to inform you that you can get the data from the object by using TapCommand property in SfListview while tap the item in the view. Please refer to the following code snippet for your reference.
Code snippet
private void OnItemTapped(object obj)
{
var ItemData = (obj as Syncfusion.ListView.XForms.ItemTappedEventArgs).ItemData as Contacts;