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

DataViewTemplateContainer.DataView Property

Gets the template container’s owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxDataViewBase DataView { get; }

Property Value

Type Description
ASPxDataViewBase

An ASPxDataViewBase descendant that owns the current object.

See Also