Пример #1
0
 ///<summary>Applies this controller to a column.  This method should set the column's properties.</summary>
 protected internal virtual void Apply(SmartGridColumn column)
 {
     configurator(column);
 }
Пример #2
0
 ///<summary>Applies this controller to a column.  This method should set the column's properties.</summary>
 protected internal virtual void Apply(SmartGridColumn column)
 {
     configurator(column);
 }