Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
385
How can I access the cell's visual elements in the CellActivated event?
posted

I am using a CellValuePresenter to place a Grid and child elements of the Grid into each cell. When I handle the CellActivated event of the xamDataGrid, how can I access the WPF Grid element in that cell?

I looked at the CellActivatedEventArgs but didn't see anything in it that looked promising.