I have described earlier about the merge of WPF and Silverlight into XPF. I should mention now that data editors will now live in DevExpress.Xpf.Core assembly instead of the old DevExpress.AgEditors/DevExpress.Wpf.Editors. The editors are used extensively by other products in the suite (DataGrid, Bars, Pivot Grid etc…) so moving them to core made more sense then creating a new DevExpress.Xpf.Editors assembly.
A couple of new editors that have made it into v2010.1
SpinEdit
Spin Editor will support decimals and will support two modes. Editable mode will let you type the values and Non-Editable will only let you increment the values using the spin buttons.
MemoEdit
Memo Edit will allow you enter multi-line text.
A very new and cool TrackEdit
Track Editor is similar to a Slider control in functionality except it can manage ranges and zooms just like in Microsoft Office.
ListBoxEdit
The List Box Editor will fully support multi-select mode, check and radio items and when used as an embedded editor, will be able to load it’s display values from a lookup field while allowing the the edit values to be bound to a key field.
Cheers,
Azret