The following deprecated API members have been removed to make the API clearer:
dxScheduler
dxChart
- barWidth
- equalBarWidth
- useAggregation
- scrollingMode
- zoomingMode
- valueAxis.min
- argumentAxis.min
- argumentAxis.max
- valueAxis.max
dxPolarChart
dxRangeSelector
dxTreeMap
All visualization widgets
- pallete - the 'Default' accepted value removed.
dxForm
dxSwitch
dxDateBox
dxToolbar
- items.widget - The 'button', 'tabs', 'dropDownMenu' option values are not supported. Use 'dxButton', 'dxTabs', 'dxDropDownMenu' option values respectively.
- items.location - The 'menu' option value is not supported. Use 'locateInMenu' option instead.
- renderAs - The 'renderAs' option was used by the iOS theme only and was removed with the theme. It can be safely removed.
dxButtonGroup, dxList, dxTabs, dxTreeView
- selectionMode - The 'multi' option value is not supported. Use 'multiple' option value instead.
dxButtonGroup
dxList
dxDataGrid
dxTreeList
dxValidator
- validationRequestsCallbacks - jQuery.Callbacks type is not supported. Use the array instead.
Events
- dxzoom
- dxzoomend
- dxzoomstart
- Handler argument - jQueryEvent property is not supported. Use the event field instead.