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

BootstrapGridViewCommandColumn(String) Constructor

Initializes a new instance of the BootstrapGridViewCommandColumn class with the specified caption.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapGridViewCommandColumn(
    string caption
)

Parameters

Name Type Description
caption String

A String value that specifies the column’s caption.

See Also