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