Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FloatGroup.ActualVisibility Property

Gets a visibility state for the current FloatGroup.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

#Declaration

public Visibility ActualVisibility { get; }

#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