Table of Contents

Class GridRowContainerDefinition

Namespace
Dynamicweb.Rendering.Designer
Assembly
Dynamicweb.Core.dll
public class GridRowContainerDefinition
Inheritance
GridRowContainerDefinition
Inherited Members

Properties

ColumnCount

public int ColumnCount { get; set; }

Property Value

int

ColumnWidths

public IList<int>? ColumnWidths { get; init; }

Property Value

IList<int>

Description

public required string Description { get; set; }

Property Value

string

Name

public required string Name { get; set; }

Property Value

string

Value

public required int Value { get; set; }

Property Value

int
To top