public static void GetUnboundColumnData(CustomColumnDataEventArgs e, IDictionary <string, IDynamicPropertyList> propertyDictionary) { DynamicGridHelper.GetUnboundColumnData(e, propertyDictionary); }
public static void SetUnboundColumnData(CustomColumnDataEventArgs e, IDynamicPropertyList propertyList, bool allowNullValue) { DynamicGridHelper.SetUnboundColumnData(e, propertyList, allowNullValue); }
public static void GetUnboundColumnData(CustomColumnDataEventArgs e, IDynamicPropertyList propertyList) { DynamicGridHelper.GetUnboundColumnData(e, propertyList); }
// -------------------------------------------------------------------------------------------------------------------- public static void GetUnboundColumnData <T>(CustomColumnDataEventArgs e, IDynamicPropertyList propertyList, string propertyName) { DynamicGridHelper.GetUnboundColumnData <T>(e, propertyList, propertyName); }