GroupBoxDecoration Enum
Lists the values that define the group box decoration type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
| 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.
|
Related API Members
The following properties accept/return GroupBoxDecoration values:
Remarks
Values listed by this enumeration are used to set the LayoutGroup.GroupBoxDecoration property.
See Also


