DevZest WPF Docking
| DocumentTabStrip Class |
Represents the strip of document tabs.
Inheritance HierarchySystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
System.Windows.ControlsItemsControl
DevZest.Windows.Docking.PrimitivesDocumentTabStrip
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
System.Windows.ControlsItemsControl
DevZest.Windows.Docking.PrimitivesDocumentTabStrip
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
SyntaxThe DocumentTabStrip type exposes the following members.
Constructors| Name | Description | |
|---|---|---|
![]() | DocumentTabStrip | Initializes a new instance of the DocumentTabStrip class |
Properties| Name | Description | |
|---|---|---|
![]() | IsTabTrimmed | Gets a value indicates whether any of the tabs are trimmed. This is a dependency property. |
Fields| Name | Description | |
|---|---|---|
![]() ![]() | IsTabTrimmedProperty | Identifies the IsTabTrimmed dependency property. |
RemarksUse the DocumentTabStrip class in the control template of DocumentWindow class. Bind ItemsSource property to the VisibleItems property of DockPane.
The item container of DocumentTabStrip is DocumentTab.
See Also


