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

BootstrapGridViewBandColumn(String) Constructor

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public BootstrapGridViewBandColumn(
    string caption
)

Parameters

Name Type Description
caption String

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

See Also