Skip to main content
A newer version of this page is available.
All docs
V19.2
Tab

DataViewBreakpointsLayoutSettingsBase(ASPxDataViewBase) Constructor

Initializes a new instance of the DataViewBreakpointsLayoutSettingsBase class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public DataViewBreakpointsLayoutSettingsBase(
    ASPxDataViewBase owner
)

Parameters

Name Type Description
owner ASPxDataViewBase

An ASPxDataViewBase object.

See Also