Back to Devexpress

DataViewTemplateContainer Class

aspnet-devexpress-dot-web-1adc8280.md

latest2.4 KB
Original Source

DataViewTemplateContainer Class

Represents a container for a template used to render the empty data area within the ASPxDataView.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class DataViewTemplateContainer :
    TemplateContainerBase
vb
Public Class DataViewTemplateContainer
    Inherits TemplateContainerBase

Remarks

An object of the DataViewTemplateContainer type is automatically instantiated when the template of the ASPxDataView.EmptyItemTemplate type is created.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase DataViewTemplateContainer

See Also

DataViewTemplateContainer Members

DataView

DevExpress.Web Namespace