Class NumberDisplay NamespaceDynamicweb.CoreUI.Displays.Widgets AssemblyDynamicweb.CoreUI.dll public sealed class NumberDisplay : DisplayBase<double> Inheritance object UiComponentBase DisplayBase DisplayBase<double> NumberDisplay Inherited Members DisplayBase<double>.Value object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.ReferenceEquals(object, object) object.ToString() Extension Methods ComponentExtensions.GetAll<TComponent>(UiComponentBase) ComponentExtensions.GetOrAddTab(UiComponentBase, string) ComponentExtensions.Get<TComponent>(UiComponentBase) ComponentExtensions.Get<TComponent>(UiComponentBase, Func<TComponent, bool>) ComponentExtensions.Has<TComponent>(UiComponentBase) ComponentExtensions.TryGet<TComponent>(UiComponentBase, out TComponent?) 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 Unit public string Unit { get; set; } Property Value string