Skip to main content
Tab

GridBreakpointSettings.Breakpoints Property

Provides access to the breakpoints collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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:

Object Type Path to Breakpoints
FormLayoutAdaptivitySettings
.GridSettings .Breakpoints
LayoutGroup
.GridSettings .Breakpoints

Remarks

Concept

Adaptivity

Online Demo

Form Layout - Adaptive Grid Layout

See Also