LayoutGroup.GroupStyle Property
In This Article
Gets or sets the border and the header style of this LayoutGroup.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(GroupStyle.Inherited)]
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Visible)]
public GroupStyle GroupStyle { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Inherited | A DevExpress. |
#Remarks
The GroupStyle property allows you to select from the following group styles:
- Card View - old-school group style with solid borders and designated header area;
- Light View - groups with this style applied have captions embedded into group borders;
- Title View - a style for groups with no borders.
If the GroupStyle property equals GroupStyle.Inherited, the group style is specified by the OptionsView.GroupStyle property.
See Also