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
165
How to use my customized CellValuePresenter object in XamDataGrid?
posted

Hi,

Can I extend the CellValuePresenter class (to add some dependency properties use to binding), then use this customized CellValuePresenter?

Like:

class MyCellValuePresenter : CellValuePresenter

{

    .....// some thing I want to add

}

then how can I make the XamDataGrid to use this MyCellValuePresenter instead of the original CellValuePresenter object to form its cellls?