DevZest WPF Docking
WpfFloatingWindowClient Class |
Represents the client area to display a collection of FloatingWindow objects.
Inheritance Hierarchy
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
System.Windows.ControlsItemsControl
DevZest.Windows.Docking.PrimitivesWpfFloatingWindowClient
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
System.Windows.ControlsItemsControl
DevZest.Windows.Docking.PrimitivesWpfFloatingWindowClient
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The WpfFloatingWindowClient type exposes the following members.
Properties
Name | Description | |
---|---|---|
DockControl | Gets the owner DockControl. This is a dependency property. |
Fields
Name | Description | |
---|---|---|
DockControlProperty | Identifies the DockControl dependency property. |
Remarks
The item container of WpfFloatingWindowClient is WpfFloatingWindow. The ItemsSource property binds to the FloatingWindows property of DockControl.
See Also