DataViewBreakpointsLayoutSettings.Breakpoints Property
Provides access to the breakpoints collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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
Online Demo
See Also