Skip to main content

OptionsView.GroupStyle Property

Gets or sets the default group border and caption paint style.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(GroupStyle.Inherited)]
public GroupStyle GroupStyle { get; set; }

Property Value

Type Default Description
DevExpress.Utils.GroupStyle Inherited

A value that specifies the group border and caption paint style.

Property Paths

You can access this nested property as listed below:

Object Type Path to GroupStyle
LayoutControl
.OptionsView .GroupStyle

Remarks

Layout groups support three paint styles for group borders and captions:

Group Control - Styles

Use the LayoutControl.OptionsView.GroupStyle property to specify the default group border and caption paint style for all layout groups. If the GroupStyle property is set to GroupStyle.Inherited, the default paint style is dependent on the currently applied skin.

You can override the default paint style for individual groups using their LayoutGroup.GroupStyle properties.

See Also