VerticalGridEmptyRecordTemplateContainer Class
In This Article
Represents a container for the template used to render an empty record within the ASPxVerticalGrid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class VerticalGridEmptyRecordTemplateContainer :
VerticalGridBaseTemplateContainer
#Remarks
VerticalGridEmptyRecordTemplateContainer objects are automatically instantiated when the VerticalGridTemplates.EmptyRecord template is created.
#Implements
#Inheritance
Object
Control
TemplateContainerBase
GridBaseTemplateContainer
VerticalGridBaseTemplateContainer
VerticalGridEmptyRecordTemplateContainer
See Also