property CascadeTree.View as View
Returns the view you are currently working on.

TypeDescription
View A View object that specifies the view where the event occurs.
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 CreateView event is fired as soon as the control creates a new view. The DefaultView property specifies the default view on the control. 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: