FloatGroupCollection Class
In This Article
Represents a collection of FloatGroup objects.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Returned By
The DockLayoutManager.FloatGroups property returns an instance of FloatGroupCollection.
#Remarks
The DockLayoutManager.FloatGroups property represents a collection of FloatGroup objects. Each floating group represents a kind of floating window, displaying panels.
The DockLayoutManager.FloatingMode property specifies how floating groups are moved (within the current application window or throughout the desktop).
See Also