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;
        }