windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-f24ca712.md
Gets or sets the border and the header style of this LayoutGroup.
Namespace : DevExpress.XtraLayout
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(GroupStyle.Inherited)]
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Visible)]
public GroupStyle GroupStyle { get; set; }
<XtraSerializableProperty(XtraSerializationVisibility.Visible)>
<DefaultValue(GroupStyle.Inherited)>
<DXCategory("Appearance")>
Public Property GroupStyle As GroupStyle
| Type | Default | Description |
|---|---|---|
| DevExpress.Utils.GroupStyle | Inherited |
A DevExpress.Utils.GroupStyle enumeration value that specifies the border and the header style of this LayoutGroup.
|
The GroupStyle property allows you to select from the following group styles:
If the GroupStyle property equals GroupStyle.Inherited , the group style is specified by the OptionsView.GroupStyle property.
See Also