Skip to main content
A newer version of this page is available. .
Tab

GridViewLayoutItemCollection.AddGroup(String) Method

Creates a new group with the specified caption and adds it to the GridViewLayoutItemCollection collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewLayoutGroup AddGroup(
    string caption
)

Parameters

Name Type Description
caption String

A String value specifying the group caption.

Returns

Type Description
GridViewLayoutGroup

An GridViewLayoutGroup object that is the newly added group.

See Also