示例#1
0
 internal TreeGridNode(TreeGridView owner) : this()
 {
     this._grid      = owner;
     this.IsExpanded = true;
 }