Table of Contents

Class ComponentCell

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

Constructors

ComponentCell(UiComponentBase)

public ComponentCell(UiComponentBase component)

Parameters

component UiComponentBase

Properties

CellValueType

public override string CellValueType { get; }

Property Value

string

Component

public UiComponentBase? Component { get; }

Property Value

UiComponentBase
To top