VerticalGridBaseTemplateContainer Constructors
Serves as a base for classes that represent containers for the templates used to render the ASPxVerticalGrid’s elements.Name | Parameters | Description |
---|---|---|
VerticalGridBaseTemplateContainer(ASPxVerticalGrid, Int32, Object) | grid, index, dataItem | Initializes a new instance of the VerticalGridBaseTemplateContainer class. |
VerticalGridBaseTemplateContainer(ASPxVerticalGrid) | grid | Initializes a new instance of the VerticalGridBaseTemplateContainer class. |
See Also