Skip to main content

FloatGroupCollection Class

Represents a collection of FloatGroup objects.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.2.dll

#Declaration

public class FloatGroupCollection :
    ObservableCollection<FloatGroup>,
    IDisposable

#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).

#Inheritance

See Also