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

DataViewTemplateContainer(ASPxDataViewBase) Constructor

Initializes a new instance of the DataViewTemplateContainer class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public DataViewTemplateContainer(
    ASPxDataViewBase dataView
)

Parameters

Name Type Description
dataView ASPxDataViewBase

An ASPxDataViewBase descendant that owns the current object.

See Also