DevZest WPF Docking
DockItemStateEventArgsOldIsAutoHide Property |
Gets the value indicates whether the DockItem is in auto-hide mode before 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 bool OldIsAutoHide { get; }
Public MustOverride ReadOnly Property OldIsAutoHide As Boolean Get
Property Value
Type: Booleanif DockItem is in auto-hide mode before state change, otherwise .
See Also