Skip to main content
A newer version of this page is available. .
Tab

LayoutGroup.GroupBoxStyle Property

Gets the style settings that define the group box appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual LayoutGroupBoxStyle GroupBoxStyle { get; }

Property Value

Type Description
LayoutGroupBoxStyle

A LayoutGroupBoxStyle object that contains the style settings.

Remarks

Note

The group box style settings are not in affect if the LayoutGroup.GroupBoxDecoration property value is set to “None”.

See Also