Skip to main content
A newer version of this page is available. .

GroupBox.MinimizeElementVisibility Property

Gets or sets whether the Minimize Element is displayed within the GroupBox’s header. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v18.2.dll

Declaration

public Visibility MinimizeElementVisibility { get; set; }

Property Value

Type Description
Visibility

A Visibility value that specifies the Minimize Element’s visibility.

Remarks

The Minimize Element switches between the normal and minimized states for a GroupBox. It’s displayed within the GroupBox’s header if the MinimizeElementVisibility option is set to Visibility.Visible.

In the minimized state, the content of the GroupBox is not visible:

GroupBox_MinimizeElement

To change a GroupBox’s state in code, use the GroupBox.State property.

To display a header for a GroupBox, use the GroupBox.TitleVisibility property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MinimizeElementVisibility property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also