Xceed Toolkit Plus for WPF v4.6 Documentation
GetActiveView Method


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.ListBox Namespace > MultiViewPanel Class : GetActiveView Method
The object whose active view will be returned.
Returns the MultiViewPanel's active view.
Syntax
'Declaration
 
Public Shared Function GetActiveView( _
   ByVal obj As DependencyObject _
) As View
'Usage
 
Dim obj As DependencyObject
Dim value As View
 
value = MultiViewPanel.GetActiveView(obj)
public static View GetActiveView( 
   DependencyObject obj
)

Parameters

obj
The object whose active view will be returned.

Return Value

A View representing the active view.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MultiViewPanel Class
MultiViewPanel Members