DockManager.IsEnabled Attached Property

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
See GetIsEnabled, SetIsEnabled
See GetIsEnabled, SetIsEnabled

Property Value

Type: Boolean
if DockManager is enabled, otherwise .
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