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.v18.2.dll

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

Remarks

Concept

Adaptivity

Online Demo

Form Layout - Adaptive Grid Layout

See Also