aspnet-devexpress-dot-web-b3ec853c.md
Represents a layout group within the ASPxFormLayout control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class LayoutGroup :
LayoutGroupBase
Public Class LayoutGroup
Inherits LayoutGroupBase
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.
Show 17 items
Object StateManager CollectionItem LayoutItemBase LayoutGroupBase LayoutGroup GridLayoutGroup
MVCxFormLayoutGroup<ModelType>
MVCxGridViewLayoutGroup<ModelType>
See Also