Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GroupControl.GroupStyle Property

Gets or sets the style of this GroupControl‘s borders and header.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

#Declaration

[DefaultValue(GroupStyle.Inherited)]
[DXCategory("Appearance")]
public virtual GroupStyle GroupStyle { get; set; }

#Property Value

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.

#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.

Group Control - Styles

If the GroupStyle property equals GroupStyle.Inherited, the group style depends on the currently applied skin.

See Also