Example #1
0
 public DataGridStateStoringBuilder Type(StateStoringType value)
 {
     base.Options["type"] = value;
     return(this);
 }
 public TreeListStateStoringBuilder Type(StateStoringType value)
 {
     base.Options["type"] = value;
     return(this);
 }