Xceed Toolkit Plus for WPF v4.6 Documentation
GetPanelViews Method


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.ListBox Namespace > MultiViewPanel Class : GetPanelViews Method
The object whose views will be returned.
Returns a list of the Views in the MultiViewPanel.
Syntax
'Declaration
 
Public Shared Function GetPanelViews( _
   ByVal obj As DependencyObject _
) As ReadOnlyObservableCollection(Of View)
'Usage
 
Dim obj As DependencyObject
Dim value As ReadOnlyObservableCollection(Of View)
 
value = MultiViewPanel.GetPanelViews(obj)
public static ReadOnlyObservableCollection<View> GetPanelViews( 
   DependencyObject obj
)

Parameters

obj
The object whose views will be returned.

Return Value

A list of View objects.
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