Table of Contents

Class GroupTemplateExtender

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll
Group template extender. Extends the rendering of a Group.
public abstract class GroupTemplateExtender : TemplateExtender
Inheritance
GroupTemplateExtender
Inherited Members

Properties

Group

Gets or sets the group.
public Group Group { get; set; }

Property Value

Group
The group.

Order

Gets or sets the order.
public Order Order { get; set; }

Property Value

Order
The order.
To top