예제 #1
0
 public static void GetUnboundColumnData(CustomColumnDataEventArgs e,
                                         IDictionary <string, IDynamicPropertyList> propertyDictionary)
 {
     DynamicGridHelper.GetUnboundColumnData(e, propertyDictionary);
 }
예제 #2
0
 public static void SetUnboundColumnData(CustomColumnDataEventArgs e, IDynamicPropertyList propertyList,
                                         bool allowNullValue)
 {
     DynamicGridHelper.SetUnboundColumnData(e, propertyList, allowNullValue);
 }
예제 #3
0
 public static void GetUnboundColumnData(CustomColumnDataEventArgs e, IDynamicPropertyList propertyList)
 {
     DynamicGridHelper.GetUnboundColumnData(e, propertyList);
 }
예제 #4
0
        // --------------------------------------------------------------------------------------------------------------------

        public static void GetUnboundColumnData <T>(CustomColumnDataEventArgs e, IDynamicPropertyList propertyList,
                                                    string propertyName)
        {
            DynamicGridHelper.GetUnboundColumnData <T>(e, propertyList, propertyName);
        }