Table of Contents

Class NumberDisplay

Namespace
Dynamicweb.CoreUI.Displays.Widgets
Assembly
Dynamicweb.CoreUI.dll
public sealed class NumberDisplay : DisplayBase<double>
Inheritance
NumberDisplay
Inherited Members
Extension Methods

Properties

BackgroundColor

public WidgetColor BackgroundColor { get; set; }

Property Value

WidgetColor

PrimaryAction

public NavigateScreenAction? PrimaryAction { get; set; }

Property Value

NavigateScreenAction

Query

public DataQueryBase? Query { get; set; }

Property Value

DataQueryBase

StringValue

public string? StringValue { get; set; }

Property Value

string

Subtitle

public string Subtitle { get; set; }

Property Value

string

Unit

public string Unit { get; set; }

Property Value

string
To top