property CascadeTree.DefaultView ([Level as Variant]) as View
Returns the control's default view.

TypeDescription
Level as Variant A long expression that specifies the vertical level to access its default view. If missing, the default view for the first level is returned ( 0-based ). The AllowSplitView property specifies whether the user can split the control into multiple-views. The SplitViewHeight property specifies the height of split panels, separated by comma.
View A View object that specifies the default view.
The DefaultView property specifies the default view on the control. The View property returns the default view, in case it is not called during an event. During any event, the View property returns the view where the event occurs. The ActiveView property gets the active view ( the last view with any active items inside ). The CreateView event is fired as soon as the control creates a new view. The Items property retrieves the view' items collection. The Columns property retrieves the view's columns collection.

The following properties can be used to access a view: