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

GridViewBandColumn(String) Constructor

Creates a new instance of the GridViewBandColumn class with the specified column caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GridViewBandColumn(
    string caption
)

Parameters

Name Type Description
caption String

A string value specifying the text displayed within the column header.

See Also