DevZest WPF Docking
DockItemStateEventArgsDockControl Property |
Gets the DockControl associated with the DockItem state change.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public abstract DockControl DockControl { get; }
Public MustOverride ReadOnly Property DockControl As DockControl Get
Property Value
Type: DockControlThe DockControl associated with the DockItem state change.
See Also