Skip to main content
A newer version of this page is available.
All docs
V19.2

BootstrapGridFormLayoutCssClasses(ASPxWebControl) Constructor

Initializes a new instance of the BootstrapGridFormLayoutCssClasses class.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapGridFormLayoutCssClasses(
    ASPxWebControl grid
)

Parameters

Name Type Description
grid ASPxWebControl

An ASPxWebControl object representing the grid.

See Also