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

DataViewBreakpointsLayoutSettings.Breakpoints Property

Provides access to the breakpoints collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public BreakpointsLayoutCollection<DataViewBreakpoint> Breakpoints { get; }

Property Value

Type Description
BreakpointsLayoutCollection<DataViewBreakpoint>

An BreakpointsLayoutCollection<T><DataViewBreakpoint,> object that represents a collection of breakpoints.

Property Paths

You can access this nested property as listed below:

Object Type Path to Breakpoints
ASPxDataView
DataViewSettings
MVCxDataView

Remarks

Concept

Layout Modes

Online Demo

Data View - Adaptive Layout

See Also