Table of Contents

Class ValueCell

Namespace
Dynamicweb.CoreUI.Lists
Assembly
Dynamicweb.CoreUI.dll
public sealed class ValueCell : Cell
Inheritance
ValueCell
Inherited Members
Extension Methods

Constructors

ValueCell(string, string)

public ValueCell(string value, string cellValueType)

Parameters

value string
cellValueType string

Properties

CellValue

public string CellValue { get; }

Property Value

string

CellValueType

public override string CellValueType { get; }

Property Value

string
To top