aspnet-devexpress-dot-web-cb4f24a8.md
Lists the values that define the group box decoration type.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum GroupBoxDecoration
Public Enum GroupBoxDecoration
| Name | Description |
|---|---|
Default |
The layout group decoration is automatically defined by a control.
|
| Box |
The layout group is decorated with a box around its layout items.
|
| HeadingLine |
The layout group is decorated with a heading line above its layout items.
|
| None |
The layout group is not decorated.
|
The following properties accept/return GroupBoxDecoration values:
Values listed by this enumeration are used to set the LayoutGroup.GroupBoxDecoration property.
See Also