Skip to main content
Tab

GridViewTabbedLayoutGroup(String) Constructor

Initializes a new instance of the GridViewTabbedLayoutGroup class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewTabbedLayoutGroup(
    string caption
)

Parameters

Name Type Description
caption String

A String value that is a tabbed layout group caption.

See Also