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
3806
hyperlinkcolumn does not Command property
posted

i am using XamGrid. Created a hyperlinkcolumn but it does not have a Command property. (using MVVM pattern)

I know that I can use TemplateColumn or UnboundColumn to resolve this issue but it make my the template complex for just using a Command. Is there something I can do in HyperlinkColumn itself to bind the Command?