We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this ticket, we define all of the APIs that are marked as obsolete and that will eventually be removed in 2.0.
Match.Custom
Checked
Value
CheckedChanged
ValueChanged
CheckedExpression
ValueExpression
Color
ColorChanged
ColorExpression
Date
DateChanged
DateExpression
Dates
DatesChanged
DatesExpression
SelectionMode
TValue="<IReadOnlyList<DateTime>"
TValue="DateTime[]"
Text
TextChanged
TextExpression
Time
TimeChanged
TimeExpression
SelectedValue
SelectedValues
SelectedValueChanged
SelectedValuesChanged
SelectedValueExpression
SelectedValuesExpression
Multiple
TValue="<IReadOnlyList<string>"
TValue="string[]"
CheckedValue
CheckedValueChanged
CheckedValueExpression
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Match.Custom
enum value #5882Inputs
Check
Checked
with theValue
parameterCheckedChanged
with theValueChanged
parameterCheckedExpression
with theValueExpression
parameterSwitch
Checked
with theValue
parameterCheckedChanged
with theValueChanged
parameterCheckedExpression
with theValueExpression
parameterColorEdit
Color
with theValue
parameterColorChanged
with theValueChanged
parameterColorExpression
with theValueExpression
parameterColorPicker
Color
with theValue
parameterColorChanged
with theValueChanged
parameterColorExpression
with theValueExpression
parameterDateEdit
Date
with theValue
parameterDateChanged
with theValueChanged
parameterDateExpression
with theValueExpression
parameterDatePicker
Date
, andDates
with theValue
parameterDateChanged
, andDatesChanged
with theValueChanged
parameterDateExpression
, andDatesExpression
with theValueExpression
parameterValue
now accepts single value or array types. Depending on theSelectionMode
parameter.TValue="<IReadOnlyList<DateTime>"
, orTValue="DateTime[]"
TextEdit
Text
with theValue
parameterTextChanged
with theValueChanged
parameterTextExpression
with theValueExpression
parameterMemoEdit
Text
with theValue
parameterTextChanged
with theValueChanged
parameterTextExpression
with theValueExpression
parameterTimeEdit
Time
with theValue
parameterTimeChanged
with theValueChanged
parameterTimeExpression
with theValueExpression
parameterTimePicker
Time
with theValue
parameterTimeChanged
with theValueChanged
parameterTimeExpression
with theValueExpression
parameterSelect
SelectedValue
, andSelectedValues
with theValue
parameterSelectedValueChanged
, andSelectedValuesChanged
with theValueChanged
parameterSelectedValueExpression
, andSelectedValuesExpression
with theValueExpression
parameterValue
now accepts single value or array types. Depending on theMultiple
parameter.TValue="<IReadOnlyList<string>"
, orTValue="string[]"
RadioGroup
CheckedValue
with theValue
parameterCheckedValueChanged
with theValueChanged
parameterCheckedValueExpression
with theValueExpression
parameterThe text was updated successfully, but these errors were encountered: