/// <summary> /// Persists the values in this form into the passed Ext.data.Model object in a beginEdit/endEdit block. ... /// </summary> public Basic updateRecord(Ext.data.Record record) { return(null); }
/// <summary> /// Toggle a record between expanded and collapsed. ... /// </summary> public object toggle(Ext.data.Record recordInstance) { return(null); }