コード例 #1
0
 /// <summary>
 /// Defines additional attributes for the cell.
 /// </summary>
 public static IGridColumn <T> Attributes <T>(this IGridColumn <T> column, params Func <object, object>[] hash)
 {
     return(column.Attributes(x => new Hash(hash)));
 }