| Visual Basic (Declaration) | |
|---|---|
Public Property IsPinned As Boolean | |
| C# | |
|---|---|
public bool IsPinned {get; set;} | |
By default, IsPinned is true meaning that the pane will be displayed based on its current location. When set to false, the pane will be removed from its current location and displayed within the UnpinnedTabArea of the containing XamDockManager.
This example uses the pinning related properties of the ContentPane class to control whether the pane is unpinned and whether the end user is allowed to change that state.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Windows.DockManager | |
| C# | Copy Code |
|---|---|
using Infragistics.Windows.DockManager; | |
| XAML | Copy Code |
|---|---|
<!-- ContentPanes that are docked to an edge of | |
