SourceGrid.Cells.Editors.ComboBox.GetEditedValue C# (CSharp) Méthode

GetEditedValue() public méthode

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