Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150217 | Dec 26,2019 03:18 PM UTC | Dec 30,2019 05:44 AM UTC | Xamarin.Forms | 2 |
![]() |
Tags: SfTreeView |
private void TreeView_ItemTapped(object sender, Syncfusion.XForms.TreeView.ItemTappedEventArgs e)
{
var id = ((e.Node as TreeViewNode).Content as StagingModel).id;
DisplayAlert("", "Tapped item ID is " + id, "Ok");
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.