Class GridRowDefinition
- Namespace
- Dynamicweb.Rendering.Designer
- Assembly
- Dynamicweb.dll
public class GridRowDefinition
- Inheritance
-
GridRowDefinition
- Inherited Members
Properties
ColumnCount
public int ColumnCount { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
ItemType
public string ItemType { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Template
public string Template { get; set; }
Property Value
Thumbnail
public string Thumbnail { get; set; }
Property Value
Methods
GetGridRowDefinition(Layout, string, string)
public static GridRowDefinition GetGridRowDefinition(Layout layout, string gridId, string definitionId)
Parameters
Returns
GetGridRowDefinitions(Layout, string)
public static IEnumerable<GridRowDefinition> GetGridRowDefinitions(Layout layout, string gridId)
Parameters
Returns
GetTemplatePath()
Gets the file path relative to the /Files/Templates folder.
E.g.:
'/Designs/[Design]/[Layout]/Grid/[GridId]/RowTemplates/[Template]' or
'/Designs/[Design]/Grid/[GridId]/RowTemplates/[Template]' or
'/Designs/Grid/[GridId]/RowTemplates/[Template]'
public string GetTemplatePath()
Returns
- string
- The file path relative to the /Files/Templates folder.