Skip to main content
Tab

LayoutGroup Class

Represents a layout group within the ASPxFormLayout control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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.

See Also