wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-groupbox-349ef202.md
Gets or sets the display mode of the current GroupBox header. This is a dependency property.
Namespace : DevExpress.Xpf.LayoutControl
Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll
NuGet Package : DevExpress.Wpf.LayoutControl
public GroupBoxDisplayMode DisplayMode { get; set; }
Public Property DisplayMode As GroupBoxDisplayMode
| Type | Description |
|---|---|
| GroupBoxDisplayMode |
A GroupBoxDisplayMode enumerator value that specifies the display mode of the current GroupBox header.
|
Available values:
| Name | Description |
|---|---|
| Default |
Equal to the GroupBoxDisplayMode.Normal value.
| | Normal |
Container headers should be painted by default.
| | Light |
Container headers should be painted more lightly.
|
There are two display modes for GroupBox headers.
the GroupBoxDisplayMode.Light display mode specifies that the GroupBox should paint its header more lightly, without excessive highlighting (see the figure below);
the GroupBoxDisplayMode.Normal display mode uses more intensive header highlighting for the current GroupBox (see the figure below).
The GroupBoxDisplayMode.Default value corresponds to the GroupBoxDisplayMode.Normal display mode.
See Also