Back to Devexpress

LayoutGroup Class

aspnet-devexpress-dot-web-b3ec853c.md

latest2.8 KB
Original Source

LayoutGroup Class

Represents a layout group within the ASPxFormLayout control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class LayoutGroup :
    LayoutGroupBase
vb
Public Class LayoutGroup
    Inherits 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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Show 17 items

Object StateManager CollectionItem LayoutItemBase LayoutGroupBase LayoutGroup GridLayoutGroup

CardViewLayoutGroup

GridViewLayoutGroup

BootstrapLayoutGroup

BootstrapCardViewLayoutGroup

BootstrapGridViewLayoutGroup

MVCxFormLayoutGroup<ModelType>

MVCxGridViewLayoutGroup<ModelType>

MVCxGridViewLayoutGroup

MVCxFormLayoutGroup

MVCxCardViewLayoutGroup

See Also

LayoutGroup Members

Form Layout

DevExpress.Web Namespace