FloatGroup.ActualVisibility Property
Gets a visibility state for the current FloatGroup.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
Visibility | A System.Windows.Visibility enumerator value that indicates a visibility state for the current FloatGroup. |
Remarks
Use the DockLayoutManager.FloatGroups property to access a collection of FloatGroups used within a DockLayoutManager. To make a group floating in code, use the DockController.Float method provided by the DockController object.
See Also