Back to Devexpress

GroupBox.MinimizeElementVisibility Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-groupbox-04bf49d8.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public Visibility MinimizeElementVisibility { get; set; }
vb
Public Property MinimizeElementVisibility As Visibility

Property Value

TypeDescription
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:

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.

See Also

MaximizeElementVisibility

State

TitleVisibility

GroupBox Class

GroupBox Members

DevExpress.Xpf.LayoutControl Namespace