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
100
How work this with DataPresenter?
posted

Hi

I used UltraWinGrid and play now a little bit with the DataPresenter.

Can someone tell me how this Code work with DataPresenter?

private void ButtonClick(object sender, CellEventArgs e)

{ object o = e.Cell.Row.ListObject; }