Hi Team,
Could you tell how to expand all hierarchies of XamPivotGrid at one time by code (not by user)?
Thanks,Youxiang
Hi
There is a good sample here
Todor
Thanks, Todor.
I have another question:
The rows and columns of our pivot are generated dynamiclly.
So how can we get LevelDepth from xamPivotGrid or FlatDataSource.?
Thanks,
Youxiang
you can check these two properties for max level depth in row and columns
pivotGrid.GridLayout.PrivateColumnsForRowPanel.Count; pivotGrid.GridLayout.PrivateRowsForColumnPanel.Count;
Regards