Esempio n. 1
0
 private void Init()
 {
     ChildNodes = new OdcTreeNodeCollection(this);
     DataItem   = this;
     CanEdit    = true;
 }
Esempio n. 2
0
 /// <summary>
 /// When implemented by a class, instructs the server control to track changes to its view state.
 /// </summary>
 public void TrackViewState()
 {
     IsTrackingViewState = true;
     ChildNodes          = new OdcTreeNodeCollection(this);
 }