Ext.Net.RowEditor.Hide C# (CSharp) Method

Hide() private method

private Hide ( ) : void
return void
        public virtual void Hide()
        {
            RequestManager.EnsureDirectEvent();
            this.Call("slideHide");
        }