Browse by Tags
All Tags » Stat Functions » StatRow (RSS)
-
Hi,
I have created a Context Menu on Stat Row. It contains Name of functions to apply as menu items. (Average/Sum/Max/Min etc).
Now I need a way to access StatCell so that i can apply it on the specified column only..
// Code to add Menu Items
Xceed.Wpf.DataGrid.StatRow sr = (sender as Xceed.Wpf.DataGrid.StatRow);
ContextMenu cm = ...
|
|
|
|