ShowInDockTreeAction.IsFloating Property

DevZest WPF Docking

ShowInDockTreeActionIsFloating Property
Gets or sets a value indicates whether target DockTree is floating.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
[DefaultValueAttribute(false)]
public bool IsFloating { get; set; }
<DefaultValueAttribute(false)>
Public Property IsFloating As Boolean
	Get
	Set

Property Value

Type: Boolean
if target DockTree is floating, otherwise . The default value is .
See Also