Skip to main content
Tab

DataViewPagerPanelTemplateContainer.DataView Property

Gets the template’s owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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