Hello,
I'm new to WPF, and I'm searching for simple Infragistics WPF controls like Label, Button, TextBox, Checkbox, and so on.
I have found XamTextEditor and XamCheckEditor in the Infragistics.Windows.Editors namespace, but they are not listed on the internet under "ALL WPF CONTROLS" (http://ko.infragistics.com/products/wpf/all-wpf-controls).
Why? Are they bad or obsolete?
Has Infragistics such simple controls, or shoud I use the MS controls from System.Windows.Controls?
Hello jabor,
Thank you for your post!
The Infragistics WPF control suite does not currently have an equivalent to a Button or Label, but you can find similar functionality to the TextBox or Checkbox in the XamTextEditor and the XamCheckEditor, respectively. The reason that they were not listed on the "All WPF Controls" site, is that they are primarily used as editors for the XamDataPresenter group of controls. They are in no way obsolete, though, and they can be used standalone if you wish to do so.
Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate DeveloperInfragistics Inc.www.Infragistics.com/support
Hello Andrew,
Thank you for the quick reply.Are there other useful WPF controls, not showed on the site “All WPF Controls”?
It is really hard and time-consuming to get a first overview.It would be nice if all the controls would be listed on the site.It would be nice if there would be a direct link to the online reference of the control’s class.It would be nice if there would be a feature comparison to the standard controls