SelectedValue is the *actual value* associated with the choice, not the ChoiceSettingValue representing the choice
This commit is contained in:
parent
d98cda9001
commit
3fda1ae6d1
@ -77,7 +77,7 @@ namespace MBS.Framework.Settings
|
||||
}
|
||||
|
||||
public ChoiceSettingValue.ChoiceSettingValueCollection ValidValues { get; } = new ChoiceSettingValue.ChoiceSettingValueCollection();
|
||||
public ChoiceSettingValue SelectedValue { get; set; } = null;
|
||||
public object SelectedValue { get; set; } = null;
|
||||
|
||||
public bool RequireSelectionFromList { get; set; } = true;
|
||||
public bool MultipleSelect { get; set; } = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user