DockItemStateEventArgs.NewIsAutoHide Property

DevZest WPF Docking

DockItemStateEventArgsNewIsAutoHide Property
Gets the value indicates whether the DockItem is in auto-hide mode after 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 NewIsAutoHide { get; }
Public MustOverride ReadOnly Property NewIsAutoHide As Boolean
	Get

Property Value

Type: Boolean
if DockItem is in auto-hide mode after state change, otherwise .
See Also