Open
Description
opened on Jul 30, 2024
In this ticket, we define all of the APIs that are marked as obsolete and that will eventually be removed in 2.0.
Components
Link
Inputs
Check
- Replaced
Checked
with theValue
parameter - Replaced
CheckedChanged
with theValueChanged
parameter - Replaced
CheckedExpression
with theValueExpression
parameter
Switch
- Replaced
Checked
with theValue
parameter - Replaced
CheckedChanged
with theValueChanged
parameter - Replaced
CheckedExpression
with theValueExpression
parameter
ColorEdit
- Replaced
Color
with theValue
parameter - Replaced
ColorChanged
with theValueChanged
parameter - Replaced
ColorExpression
with theValueExpression
parameter
ColorPicker
- Replaced
Color
with theValue
parameter - Replaced
ColorChanged
with theValueChanged
parameter - Replaced
ColorExpression
with theValueExpression
parameter
DateEdit
- Replaced
Date
with theValue
parameter - Replaced
DateChanged
with theValueChanged
parameter - Replaced
DateExpression
with theValueExpression
parameter
DatePicker
- Replaced
Date
, andDates
with theValue
parameter - Replaced
DateChanged
, andDatesChanged
with theValueChanged
parameter - Replaced
DateExpression
, andDatesExpression
with theValueExpression
parameter -
Value
now accepts single value or array types. Depending on theSelectionMode
parameter. - When in Multiple dates mode, TValue must be defined as
TValue="<IReadOnlyList<DateTime>"
, orTValue="DateTime[]"
TextEdit
- Replaced
Text
with theValue
parameter - Replaced
TextChanged
with theValueChanged
parameter - Replaced
TextExpression
with theValueExpression
parameter
MemoEdit
- Replaced
Text
with theValue
parameter - Replaced
TextChanged
with theValueChanged
parameter - Replaced
TextExpression
with theValueExpression
parameter
TimeEdit
- Replaced
Time
with theValue
parameter - Replaced
TimeChanged
with theValueChanged
parameter - Replaced
TimeExpression
with theValueExpression
parameter
TimePicker
- Replaced
Time
with theValue
parameter - Replaced
TimeChanged
with theValueChanged
parameter - Replaced
TimeExpression
with theValueExpression
parameter
Select
- Replaced
SelectedValue
, andSelectedValues
with theValue
parameter - Replaced
SelectedValueChanged
, andSelectedValuesChanged
with theValueChanged
parameter - Replaced
SelectedValueExpression
, andSelectedValuesExpression
with theValueExpression
parameter -
Value
now accepts single value or array types. Depending on theMultiple
parameter. - When in Multiple mode, TValue must be defined as
TValue="<IReadOnlyList<string>"
, orTValue="string[]"
RadioGroup
- Replaced
CheckedValue
with theValue
parameter - Replaced
CheckedValueChanged
with theValueChanged
parameter - Replaced
CheckedValueExpression
with theValueExpression
parameter
Dropdown
- Renamed
RightAligned
toEndAligned
DropdownList
- Renamed
RightAligned
toEndAligned
DataGrid
- Renamed
CurrentPage
toPage
- Removed
DataGridPageChangedEventArgs
Metadata
Assignees
Type
Projects
Status
Planned
Activity