DocumentTabStrip Class

DevZest WPF Docking

DocumentTabStrip Class
Represents the strip of document tabs.
Inheritance Hierarchy
SystemObject  System.Windows.ThreadingDispatcherObject
    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)
Syntax
public class DocumentTabStrip : ItemsControl
Public Class DocumentTabStrip
	Inherits ItemsControl

The DocumentTabStrip type exposes the following members.

Constructors
  NameDescription
Public methodDocumentTabStrip
Initializes a new instance of the DocumentTabStrip class
Top
Properties
  NameDescription
Public propertyIsTabTrimmed
Gets a value indicates whether any of the tabs are trimmed. This is a dependency property.
Top
Fields
  NameDescription
Public fieldStatic memberIsTabTrimmedProperty
Identifies the IsTabTrimmed dependency property.
Top
Remarks

Use 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