LayoutGroup Class
Represents a layout group within the ASPxFormLayout control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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.ColumnCount property. The group box decoration type can be defined using the LayoutGroup.GroupBoxDecoration property.
Inheritance
See Also