Ext.Net.ColumnModel.SetEditable C# (CSharp) Method

SetEditable() private method

private SetEditable ( int columnIndex, bool editable ) : void
columnIndex int
editable bool
return void
        public virtual void SetEditable(int columnIndex, bool editable)
        {
            this.CallColumnModel("setEditable", columnIndex, editable);
        }