コード例 #1
0
 /// <summary>
 /// Creates new HeaderContainer.
 /// </summary>
 /// <param name="grid"><p>The grid this store will be bound to</p>
 /// </param>
 /// <param name="source"><p>The source data config object</p>
 /// </param>
 /// <returns>
 /// <span><see cref="Object">Object</see></span><div>
 /// </div>
 /// </returns>
 public HeaderContainer(Grid grid, object source){}
コード例 #2
0
 /// <summary>
 /// Creates new property store. ...
 /// </summary>
 public Store(Grid grid, object source) : base(null){}