Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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