SourceGrid.Cells.Editors.ComboBox.GetEditedValue C# (CSharp) Method

GetEditedValue() public method

Returns the value inserted with the current editor control
public GetEditedValue ( ) : object
return object
        public override object GetEditedValue()
        {
            return Control.Value;
        }