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

BootstrapGridViewCssClasses Class

Stores CSS classes applied to visual elements of the Grid View control.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapGridViewCssClasses :
    BootstrapGridCssClasses

The following members return BootstrapGridViewCssClasses objects:

Remarks

A BootstrapGridViewCssClasses instance can be accessed using the BootstrapGridView.CssClasses property.

See Also