Ext.Net.Editor.SetValue C# (CSharp) Method

SetValue() private method

private SetValue ( string value ) : void
value string
return void
        public virtual void SetValue(string value)
        {
            this.Value = value;
        }