Infragistics3.Wpf.DockManager.v8.1
ContentPaneCommands Class
See Also  Members  
Infragistics.Windows.DockManager Namespace : ContentPaneCommands Class

Provides the list of RoutedCommands supported by the ContentPane.

Syntax

Visual Basic (Declaration) 
Public Class ContentPaneCommands 
   Inherits Commands(Of ContentPane)
C# 
public class ContentPaneCommands : Commands<ContentPane> 

See Also