Table of Contents

Enum GridContainer.GridType

Namespace
Dynamicweb.Rendering.Designer
Assembly
Dynamicweb.dll
GridType represents built-in grids using setting grid:true;grid-type:bootstrap3|Table3Columns
public enum GridContainer.GridType

Fields

Bootstrap3 = 0
The bootstrap3
Table3Columns = 1
The table3 columns
To top