How can I help you?
Essential Studio for WinUI Release Notes
Common
Features
The following controls are production ready for the desktop applications.
- Linear Gauge
- Circular Gauge
- Badge
- Calendar Date Picker
- Calendar DateRange Picker
- Barcode
- Color Picker
- DropDown Color Picker
- Color Palette
- DropDown Color Palette
- TreeView
SfCalendar Preview
Features
- High contrast theme appearance is improved.
- Provided support to the show week numbers.
- Provided support to customize the format of the week number.
- Provided support to customize the format of the weekday names.
Breaking Changes
-
DateFormatproperty is renamed asDayFormat.
SfCalendarDatePicker Preview
Features
- Provided support to show the week numbers in dropdown calendar.
- Provided support to customize the format of the week number in dropdown calendar.
- Provided support to customize the format of the weekday names in dropdown calendar.
- Provided support to show or hide the clear button in the editor.
Breaking Changes
-
FormatStringproperty is renamed asDisplayDateFormat. -
DateFormatproperty is renamed asDayFormat. -
PlaceHolderTextproperty is renamed asPlaceholderText. -
AllowNullValueproperty is renamed asAllowNull. -
DateChangingevent is renamed asSelectedDateChanging. -
DateChangedevent is renamed asSelectedDateChanged.
SfCalendarDateRangePicker Preview
Features
- Provided support to show the week numbers in dropdown calendar.
- Provided support to customize the format of the week number in dropdown calendar.
- Provided support to customize the format of the weekday names in dropdown calendar.
Breaking Changes
-
DateFormatproperty is renamed asDayFormat. -
FormatStringproperty is renamed asDisplayDateFormat. -
PlaceHolderTextproperty is renamed asPlaceholderText.
SfChart Preview
Breaking changes
- The
SfChartcontrol has been deprecated. Instead of that,SfCartesianChart,SfCircularChart,SfPolarChart,SfFunnelChart, andSfPyramidChartcontrols have been exposed. - The
ChartDataMarkerclass name has been changed asChartDataLabelSettings. - The
ChartDataMarkerLabelclass name has been changed asChartDataLabel. - The
SfChartpropertiesAreaBackground,AreaBorderThickness, andAreaBorderBrushnames have been changed asPlotAreaBackground,PlotAreaBorderThickness, andPlotAreaBorderBrushrespectively. - The
ChartSelectionBehaviorpropertiesSelectionCursorandSelectionTypenames have been changed asCursorandTyperespectively. - The
ChartSelectionBehaviorpropertiesEnableSegmentSelection,EnableSeriesSelectionandSelectionModehave been removed. - New enum values
Point,Series,MultiPoint, andMultiSerieshave been added in the enumSelectionTypeand also old enum valuesMultipleandSingleare removed. - The
SeriesSelectionBrushproperty has been moved fromChartSeriesBasetoChartSelectionBehavior. - The
SeriesSelectedIndexproperty name has been changed asSelectedSeriesIndex. - The
SegmentSelectionBrushproperty name has been changed asSelectionBrush. - The
IconTemplateproperty name has been changed asLegendIconTemplate. - The
SideBySideSeriesPlacementproperty name has been changed asEnableSideBySideSeriesPlacement. - The
SegmentSelectedIndexproperty name has been changed asSelectedIndex. - The
ExplodeOnMouseClickproperty name has been changed asExplodeOnTap. - The
ShowLabelproperty name has been changed asShowDataLabelsand moved fromChartDataMarkertoChartSeriesBase. - The
ConnectorLinePositionproperty has been removed from theCircularSeriesBase. - The
DataMarkerLabelPositionenum name has been changed asDataLabelPosition. - The
DataMarkerPositionenum name has been changed asBarLabelAlignment. - The
LabelContentenum name has been changed asLabelContext.
SfDataGrid Preview
Features
- Provided the support to new data column that displays the
DateTimeOffsettype data and hosts the SfCalendarDatePicker for editor to edit and select date.
SfDatePicker Preview
Features
- Provided support to show or hide the clear button in the editor.
Breaking Changes
-
DropDownFormatStringproperty is replaced byDayFormat, MonthFormat, YearFormatproperties to customize the format of day, month and year column respectively. -
FormatStringproperty is renamed asDisplayDateFormat. -
PlaceHolderTextproperty is renamed asPlaceholderText. -
AllowNullValueproperty is renamed asAllowNull. -
DateChangingevent is renamed asSelectedDateChanging. -
DateChangedevent is renamed asSelectedDateChanged.
SfNumberBox Preview
The Syncfusion WinUI NumberBox control is a editor control that allows user to enter numerical input with any number of decimal digits. It also supports features such as data binding, showing watermark text and formatting etc..
Key Features
- Input restriction - Provided support to restrict the input value within minimum and maximum range.
- Formatting - Provided support to apply different custom formats.
- UpDown button - Provided support to change the value using the UpDown button.
- Watermark - Provided support to show watermark text when null value is set.
- Disable value editing - Provided support to disable the value editing in editor.
SfRangeSlider Preview
Features
- Provided the vertical orientation support for the range slider.
Breaking Changes
- Divisors related API names such as
ShowDivisors,DivisorHeight,DivisorWidth,DivisorStrokeThickness,DivisorStroke,DivisorFill,DivisorTemplateare changed toShowDividers,DividerHeight,DividerWidth,DividerStrokeThickness,DividerStroke,DividerFill,DividerTemplate.
SfScheduler Preview
Features
-
#F149216 - The scheduler supports customizing the appointment display count control
DataTemplateby using theMoreAppointmentsIndicatorTemplateproperty of theMonthViewSettingsin the month view and theAllDayMoreAppointmentsIndicatorTemplateof theDayViewSettingsin the all day panel of day, week and work week views. -
#I308965 – The scheduler provides support to set an appointment background and foreground colors using the color editors in the built-in scheduler appointment editor control.
-
#I312366, #I315666, #I325514 - Provided the ISO Standard support for week number in the scheduler.
-
The scheduler provides view navigation support by using the
AllowViewNavigationproperty. The current view of the scheduler should navigate to the respective day or timeline day view on clicking a month cell or a date in the view header. -
The span recurrence appointment support has been provided for a duration less than 24 hours for different days.
-
Improved the keyboard interaction on scheduler for appointments and view type changes.
Breaking Changes
-
In the previous, if the monthly recurrence rule is added for the 31st day, an appointment is added on the last day of the month if the 31st date is not availed (Feb, Apr, Jun, Sep, Nov). But, now the occurrence is only added for the months that have the 31st date.
-
The
ByDaysupport is removed from the daily recurrence type, but the same support is applicable in the weekly recurrence rule type.
SfSlider Preview
Features
- Provided the vertical orientation support for the slider.
Breaking Changes
- Divisors related API names such as
ShowDivisors,DivisorHeight,DivisorWidth,DivisorStrokeThickness,DivisorStroke,DivisorFill,DivisorTemplateare changed toShowDividers,DividerHeight,DividerWidth,DividerStrokeThickness,DividerStroke,DividerFill,DividerTemplate.
SfTimePicker Preview
Features
- Provided support to show or hide the clear button in the editor.
Breaking Changes
-
FormatStringproperty is renamed asDisplayTimeFormat. -
PlaceHolderTextproperty is renamed asPlaceholderText. -
AllowNullValueproperty is renamed asAllowNull. -
TimeChangingevent is renamed asSelectedTimeChanging. -
TimeChangedevent is renamed asSelectedTimeChanged.
SfTreeView
Features
- #I312165 - Provided the support to select the nodes on loading or at run time by binding the
HierarchyPropertyDescriptor.IsSelectedPropertyNameproperty to ViewModel. - Provided the support to get the TreeViewNode at the specified point using
TreeView.GetNodeAtmethod.