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

BootstrapGridFormLayoutCssClasses Class

Serves as the base class for classes that store CSS classes applied to visual elements of the GridView and Card View’s form layout.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapGridFormLayoutCssClasses :
    BootstrapFormLayoutCssClasses

The following members return BootstrapGridFormLayoutCssClasses objects:

Remarks

A BootstrapGridFormLayoutCssClasses instance can be accessed using the BootstrapCardView.CssClassesFormLayout property.

See Also