Esempio n. 1
0
 IColumnConfiguration <TModel> IColumnConfiguration <TModel> .SetFooterAttributes(object attributes)
 {
     FooterAttributes = FooterAttributes.Merge(attributes);
     return(this);
 }
Esempio n. 2
0
 IColumnConfiguration <TModel> IColumnConfiguration <TModel> .SetFooterAttributes(
     IDictionary <string, object> attributes)
 {
     FooterAttributes = FooterAttributes.Merge(attributes);
     return(this);
 }
Esempio n. 3
0
 IColumnConfiguration <TModel> IColumnConfiguration <TModel> .SetFooterCssClass(string @class)
 {
     FooterAttributes = FooterAttributes.Merge(new { @class });
     return(this);
 }