Back to Devexpress

DataViewBreakpointsLayoutSettings Class

aspnet-devexpress-dot-web-ff20c24c.md

latest2.0 KB
Original Source

DataViewBreakpointsLayoutSettings Class

Contains settings that relate to a control’s Breakpoints layout mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class DataViewBreakpointsLayoutSettings :
    DataViewBreakpointsLayoutSettingsBase
vb
Public Class DataViewBreakpointsLayoutSettings
    Inherits DataViewBreakpointsLayoutSettingsBase

The following members return DataViewBreakpointsLayoutSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxDataView.SettingsBreakpointsLayout
ASP.NET MVC ExtensionsDataViewSettings.SettingsBreakpointsLayout

Remarks

These settings can be accessed by the ASPxDataView.SettingsBreakpointsLayout property.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase DataViewDivBasedLayoutSettings DataViewBreakpointsLayoutSettingsBase DataViewBreakpointsLayoutSettings

See Also

DataViewBreakpointsLayoutSettings Members

DevExpress.Web Namespace