Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143135 | Mar 6,2019 02:28 AM UTC | Mar 7,2019 06:47 AM UTC | WPF | 4 |
![]() |
Tags: PivotGridControl |
#MainWindow.xaml.cs
private object selectedItem;
public MainWindow()
{
InitializeComponent();
pivotGrid1.SelectionChanged += PivotGrid1_SelectionChanged;
}
private void PivotGrid1_SelectionChanged(object sender, Syncfusion.Windows.Controls.PivotGrid.PivotGridSelectionChangedEventArgs e)
{
selectedItem = e.SelectedItems;
}
|
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.