DockItemStateEventArgs.ShowAction Property

DevZest WPF Docking

DockItemStateEventArgsShowAction Property
Gets the show action for the 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 ShowAction ShowAction { get; }
Public MustOverride ReadOnly Property ShowAction As ShowAction
	Get

Property Value

Type: ShowAction
The show action for the state change.
See Also