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

GridBreakpointSettings.Breakpoints Property

Provides access to the breakpoints collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public LayoutBreakpoints Breakpoints { get; }

Property Value

Type Description
LayoutBreakpoints

An LayoutBreakpoints object that represents a collection of breakpoints.

Property Paths

You can access this nested property as listed below:

Show 13 property paths
Library Object Type Path to Breakpoints
ASP.NET Controls and MVC Extensions CardViewLayoutGroup
.GridSettings .Breakpoints
FormLayoutAdaptivitySettings
.GridSettings .Breakpoints
GridLayoutGroup
.GridSettings .Breakpoints
GridViewLayoutGroup
.GridSettings .Breakpoints
LayoutGroup
.GridSettings .Breakpoints
ASP.NET Bootstrap Controls BootstrapCardViewLayoutGroup
.GridSettings .Breakpoints
BootstrapGridViewLayoutGroup
.GridSettings .Breakpoints
BootstrapLayoutGroup
.GridSettings .Breakpoints
ASP.NET MVC Extensions MVCxCardViewLayoutGroup
.GridSettings .Breakpoints
MVCxFormLayoutGroup
.GridSettings .Breakpoints
MVCxFormLayoutGroup<ModelType>
.GridSettings .Breakpoints
MVCxGridViewLayoutGroup
.GridSettings .Breakpoints
MVCxGridViewLayoutGroup<ModelType>
.GridSettings .Breakpoints

Remarks

Concept

Adaptivity

Online Demo

Form Layout - Adaptive Grid Layout

See Also