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

LayoutGroup.GroupBoxDecoration Property

Gets or sets the group box decoration type.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(GroupBoxDecoration.Default)]
public virtual GroupBoxDecoration GroupBoxDecoration { get; set; }

Property Value

Type Default Description
GroupBoxDecoration **Default**

One of the GroupBoxDecoration enumeration values.

Available values:

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

See Also