LayoutGroup.GroupBoxStyle Property
Gets the style settings that define the group box appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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