Beispiel #1
0
 /// <summary>
 /// Defines in what format to expect the data that fills the grid
 /// </summary>
 public GridSettings SetDataType(GridDataType dataType)
 {
     properties.Add("datatype", dataType.ToString().ToLower());
     return(this);
 }
Beispiel #2
0
 /// <summary>
 /// Defines in what format to expect the data that fills the grid
 /// </summary>
 public GridSettings SetDataType(GridDataType dataType)
 {
     properties.Add("datatype", dataType.ToString().ToLower());
     return this;
 }