Fix GetCurrentValue for EnumEditor

This commit is contained in:
hshristov 2018-10-19 11:33:40 +03:00
Родитель 7ae67dd51b
Коммит 81429e2c38
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,7 @@ namespace Telerik.UI.Xaml.Controls.Data
object IEditor.GetCurrentValue()
{
return this.SelectedIndex;
return this.SelectedItem;
}
/// <summary>