Table of Contents

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

int

Description

public string Description { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

ItemType

public string ItemType { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Template

public string Template { get; set; }

Property Value

string

Thumbnail

public string Thumbnail { get; set; }

Property Value

string

Methods

GetGridRowDefinition(Layout, string, string)

public static GridRowDefinition GetGridRowDefinition(Layout layout, string gridId, string definitionId)

Parameters

layout Layout
gridId string
definitionId string

Returns

GridRowDefinition

GetGridRowDefinitions(Layout, string)

public static IEnumerable<GridRowDefinition> GetGridRowDefinitions(Layout layout, string gridId)

Parameters

layout Layout
gridId string

Returns

IEnumerable<GridRowDefinition>

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.
To top