Skip to main content
Tab

DataViewBreakpointsLayoutSettings.Breakpoints Property

Provides access to the breakpoints collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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:

Library Object Type Path to Breakpoints
ASP.NET MVC Extensions DataViewSettings
ASP.NET Web Forms Controls ASPxDataView

#Remarks

#Concept

Layout Modes

#Online Demo

Data View - Adaptive Layout

See Also