Enum GridContainer.GridMode
- Namespace
- Dynamicweb.Rendering.Designer
- Assembly
- Dynamicweb.dll
GridMode represents the rendering mode of the grid. grid:true;grid-mode:auto
public enum GridContainer.GridMode
Fields
Auto = 0
- Auto tells Dynamicweb to insert markup for containers, rows and columns.
InlineTemplate = 1
- InlineTemplate tells Dynamicweb to NOT insert markup for containers, rows and columns - that will need to be handled in the template using paragraph grid template tags/ParagraphViewModel