DevZest WPF Docking
DockManagerIsEnabled Attached Property |
Gets or sets the value indicates whether DockManager is enabled for the DockControl.
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
Remarks
The default style of DockControl class sets the IsEnabled
attached property to . If you set the IsEnabled attached property
to the default value , you must provide all the implementation.
See Also