Пример #1
0
 public static IGridColumn <T> FooterAttributes <T>(this IGridColumn <T> column, params Func <object, object>[] hash)
 {
     return(column.FooterAttributes(new Hash(hash)));
 }