Back to Devexpress

BootstrapGridViewAdaptivitySettings Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-63b830f6.md

latest2.1 KB
Original Source

BootstrapGridViewAdaptivitySettings Class

Contains settings that relate to the grid’s adaptivity.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapGridViewAdaptivitySettings :
    ASPxGridViewAdaptivitySettings
vb
Public Class BootstrapGridViewAdaptivitySettings
    Inherits ASPxGridViewAdaptivitySettings

The following members return BootstrapGridViewAdaptivitySettings objects:

Remarks

BootstrapGridView control allows you to build adaptive or responsive page layouts with ease. Use the settings provided by the BootstrapGridViewAdaptivitySettings class to enable adaptivity mode and customize the adaptive layout behavior settings.

  • Responsive Layout

  • Adaptive Layout

An object of the BootstrapGridViewAdaptivitySettings type can be accessed by the BootstrapGridView.SettingsAdaptivity property.

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridViewAdaptivitySettings BootstrapGridViewAdaptivitySettings

See Also

BootstrapGridViewAdaptivitySettings Members

DevExpress.Web.Bootstrap Namespace