DockItem Properties

DevZest WPF Docking

DockItem Properties

The DockItem type exposes the following members.

Properties
  Name Description
Public property AllowedDockTreePositions
Gets or sets the allowed dock tree positions for this DockItem. This is a dependency property.
Public property AutoHideSize
Gets or sets the size of this DockItem when in auto hide mode. This is a dependency property.
Public property CanToggleAutoHide
Gets a value indicates whether the auto hide mode of this DockItem can be toggled.
Public property CanToggleFloating
Gets a value indicates whether the floating mode of this DockItem can be toggled.
Public property DefaultDockPosition
Gets or sets the default DockPosition for this DockItem. This is a dependency property.
Public property Description
Gets or sets the description of this DockItem. This is a dependency property.
Public property DockControl
Gets the DockControl object associated with this DockItem. This is a dependency property.
Public property DockPosition
Gets the dock position of this DockItem. This is a dependency property.
Public property DockTreePosition
Gets the dock tree position of this DockItem.
Public property FirstPane
Gets the first DockPane that this DockItem associated with. This is a dependency property.
Public property HideOnPerformClose
Gets or sets the value indicates whether hides or closes this DockItem when calling PerformClose.
Public property Icon
Gets or sets the DockItem object's icon. This is a dependency property.
Public property IsActiveDocument
Gets a value indicates whether this DockItem is active document. This is a dependency property.
Public property IsActiveItem
Gets a value indicates whether this DockItem is active. This is a dependency property.
Public property IsAutoHide
Gets a value indicates whether the DockItem is in auto hide mode.
Public property IsHidden
Gets a value indicates whether the DockItem is invisible. This is a dependency property.
Public property IsSelected
Gets a value indicates whether this DockItem is selected. This is a dependency property.
Public property SecondPane
Gets the second DockPane that this DockItem associated with. This is a dependency property.
Public property ShowAction
Gets or sets the show action in XAML initialization.
Public property TabContextMenu
Gets or sets the DockItem object's context menu to display for the tab. This is a dependency property.
Public property TabText
Gets or sets the DockItem object's text when shown as tabbed. This is a dependency property.
Public property Title
Gets or sets the DockItem object's title. This is a dependency property.
Protected property UndoRedoReference
Gets a value provides a DockItem reference for undo/redo.
Top
See Also