Table of Contents

Class DisplayBase<T>

Namespace
Dynamicweb.CoreUI.Displays
Assembly
Dynamicweb.CoreUI.dll

Base class for all display elements - i.e. graphs, images, text and other elements that cannot be edited To be added to a column

public abstract class DisplayBase<T> : DisplayBase

Type Parameters

T
Inheritance
DisplayBase<T>
Derived
Inherited Members
Extension Methods

Properties

Value

public T? Value { get; set; }

Property Value

T
To top