Back to Devexpress

GroupBoxDecoration Enum

aspnet-devexpress-dot-web-cb4f24a8.md

latest1.6 KB
Original Source

GroupBoxDecoration Enum

Lists the values that define the group box decoration type.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GroupBoxDecoration
vb
Public Enum GroupBoxDecoration

Members

NameDescription
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:

Remarks

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

See Also

DevExpress.Web Namespace