DataViewTemplateContainer Class
In This Article
Represents a container for a template used to render the empty data area within the ASPxDataView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class DataViewTemplateContainer :
TemplateContainerBase
#Remarks
An object of the DataViewTemplateContainer type is automatically instantiated when the template of the ASPxDataView.EmptyItemTemplate type is created.
#Implements
#Inheritance
Object
Control
TemplateContainerBase
DataViewTemplateContainer
See Also