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.v21.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:

Library Object Type Path to Breakpoints
ASP.NET Bootstrap Controls BootstrapCardViewLayoutGroup
.GridSettings .Breakpoints
BootstrapGridViewLayoutGroup
.GridSettings .Breakpoints
BootstrapLayoutGroup
.GridSettings .Breakpoints
ASP.NET Web Forms Controls FormLayoutAdaptivitySettings
.GridSettings .Breakpoints
LayoutGroup
.GridSettings .Breakpoints

Remarks

Concept

Adaptivity

Online Demo

Form Layout - Adaptive Grid Layout

See Also