Skip to main content

BootstrapGridViewBandColumn(String) Constructor

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewBandColumn(
    string caption
)

Parameters

Name Type Description
caption String

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

See Also