SourceGrid.Cells.Editors.ComboBox.GetEditedValue C# (CSharp) Метод

GetEditedValue() публичный Метод

Returns the value inserted with the current editor control
public GetEditedValue ( ) : object
Результат object
        public override object GetEditedValue()
        {
            return Control.Value;
        }