wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-groupbox-91582598.md
Gets or sets the GroupBox’s state.
Namespace : DevExpress.Xpf.LayoutControl
Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll
NuGet Package : DevExpress.Wpf.LayoutControl
public GroupBoxState State { get; set; }
Public Property State As GroupBoxState
| Type | Description |
|---|---|
| GroupBoxState |
A GroupBoxState value that specifies the GroupBox’s state.
|
Available values:
| Name | Description |
|---|---|
| Normal |
A GroupBox is in the normal state.
| | Minimized |
A GroupBox is collapsed and its content is not visible.
| | Maximized |
A GroupBox is in the maximized state. This state is supported for GroupBoxes displayed within a FlowLayoutControl.
|
The GroupBox supports three states:
GroupBoxState.Maximized (supported when the GroupBox is displayed within a FlowLayoutControl)
See Also