Back to Devexpress

GridViewEmptyDataRowTemplateContainer Class

aspnet-devexpress-dot-web-da229361.md

latest2.6 KB
Original Source

GridViewEmptyDataRowTemplateContainer Class

Represents a container for the templates used to render the Empty Data Row.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewEmptyDataRowTemplateContainer :
    GridViewBaseTemplateContainer
vb
Public Class GridViewEmptyDataRowTemplateContainer
    Inherits GridViewBaseTemplateContainer

Remarks

GridViewEmptyDataRowTemplateContainer objects are automatically instantiated when the GridViewTemplates.EmptyDataRow template is created.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase GridBaseTemplateContainer GridViewBaseTemplateContainer GridViewEmptyDataRowTemplateContainer

See Also

GridViewEmptyDataRowTemplateContainer Members

Grid View

DevExpress.Web Namespace