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