Пример #1
0
 IColumnConfiguration <TModel> IColumnConfiguration <TModel> .SetFooterAttributes(object attributes)
 {
     FooterAttributes = FooterAttributes.Merge(attributes);
     return(this);
 }
Пример #2
0
 IColumnConfiguration <TModel> IColumnConfiguration <TModel> .SetFooterAttributes(
     IDictionary <string, object> attributes)
 {
     FooterAttributes = FooterAttributes.Merge(attributes);
     return(this);
 }
Пример #3
0
 IColumnConfiguration <TModel> IColumnConfiguration <TModel> .SetFooterCssClass(string @class)
 {
     FooterAttributes = FooterAttributes.Merge(new { @class });
     return(this);
 }