Fix GetCurrentValue for EnumEditor
This commit is contained in:
Родитель
7ae67dd51b
Коммит
81429e2c38
|
@ -20,7 +20,7 @@ namespace Telerik.UI.Xaml.Controls.Data
|
|||
|
||||
object IEditor.GetCurrentValue()
|
||||
{
|
||||
return this.SelectedIndex;
|
||||
return this.SelectedItem;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Загрузка…
Ссылка в новой задаче