OptionsView.GroupStyle Property
Gets or sets the default group border and caption paint style.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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 |
|
Remarks
Layout groups support three paint styles for group borders and captions:
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.