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

GroupBoxDecoration Enum

Lists the values that define the group box decoration type.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum GroupBoxDecoration

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.

ASPxFormLayout_GroupBoxDecoration_Box.png

HeadingLine

The layout group is decorated with a heading line above its layout items.

ASPxFormLayout_GroupBoxDecoration_HeadLine.png

None

The layout group is not decorated.

ASPxFormLayout_GroupBoxDecoration_None.png

Related API Members

The following properties accept/return GroupBoxDecoration values:

Library Related API Members
ASP.NET Controls and MVC Extensions LayoutGroup.GroupBoxDecoration
ASP.NET Bootstrap Controls BootstrapCardViewLayoutGroup.GroupBoxDecoration
BootstrapGridViewLayoutGroup.GroupBoxDecoration
BootstrapLayoutGroup.GroupBoxDecoration

Remarks

Values listed by this enumeration are used to set the LayoutGroup.GroupBoxDecoration property.

See Also