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

LayoutGroup Class

Represents a layout group within the ASPxFormLayout control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class LayoutGroup :
    LayoutGroupBase

Remarks

The LayoutGroup class implements the functionality of an individual layout group within the ASPxFormLayout control.

You can set the number of columns in the layout group using the LayoutGroup.ColCount property. The group box decoration type can be defined using the LayoutGroup.GroupBoxDecoration property.

See Also