Hi, Please help me in understanding whether we can create the custom server for wpf infragistic controls or not?
I tried creating a custom server for XamDateTimeEditor and using the
"
Infragistics.Windows.Editors.
XamDateTimeEditor dateTimeEditor = (Infragistics.Windows.Editors.XamDateTimeEditor)SourceControl;
to extract the XamDateTimeEditor object properties but it is throughing an error stating that..
"Cannot convert type 'System.Windows.Forms.Control' to 'Infragistics.Windows.Editors.XamDateTimeEditor'"
please let me know is there any other way to extract object properties instead of using Sourcecontrol,
Thanks In Advance. kindly help.
While we are planning to create proxies for our WPF controls so that they work with QuickTest Professional(QTP). At this time, as of QTP 10.0, there is still not a valid extensibility kit for QTP that allows us to create WPF proxies. At this point any support for our controls are strictly what QTP offers directly for all custom WPF controls.
Can we have more information on what QTP offers directly for all custom WPF controls?