コード例 #1
0
 public static void SetUnboundColumnData(CustomColumnDataEventArgs e, IDynamicPropertyList propertyList,
                                         bool allowNullValue)
 {
     DynamicGridHelper.SetUnboundColumnData(e, propertyList, allowNullValue);
 }
コード例 #2
0
 public static void SetUnboundColumnData(CustomColumnDataEventArgs e, IDynamicPropertyList propertyList)
 {
     DynamicGridHelper.SetUnboundColumnData(e, propertyList, true);
 }