windowsforms-devexpress-dot-xtraeditors-dot-groupcontrol-7b2ed57a.md
Gets or sets the style of this GroupControl‘s borders and header.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[DefaultValue(GroupStyle.Inherited)]
[DXCategory("Appearance")]
public virtual GroupStyle GroupStyle { get; set; }
<DXCategory("Appearance")>
<DefaultValue(GroupStyle.Inherited)>
Public Overridable Property GroupStyle As GroupStyle
| Type | Default | Description |
|---|---|---|
| DevExpress.Utils.GroupStyle | Inherited |
A DevExpress.Utils.GroupStyle object enumeration value that specifies the style of this GroupControl‘s borders and header.
|
The GroupStyle property allows you to select from the following group styles:
If the GroupStyle property equals GroupStyle.Inherited , the group style depends on the currently applied skin.
See Also