Click or drag to resize

GridRowDefinitionGetGridRowDefinitions Method

Namespace:  Dynamicweb.Rendering.Designer
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static IEnumerable<GridRowDefinition> GetGridRowDefinitions(
	Layout layout,
	string gridId
)

Parameters

layout
Type: Dynamicweb.Rendering.DesignerLayout
gridId
Type: SystemString

Return Value

Type: IEnumerableGridRowDefinition
See Also