Skip to main content
Tab

GroupBoxDecoration Enum

Lists the values that define the group box decoration type.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

Remarks

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

See Also