property View.Level as Long
Indicates the split level of the view.

TypeDescription
Long A Long expression that Indicates the split vertical level of the view.
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. 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: