Table of Contents

Class InfoBar

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

Info bar component with dictionary value used as data columns

public sealed class InfoBar : DisplayBase
Inheritance
InfoBar
Inherited Members
Extension Methods

Properties

AppendComponents

public List<UiComponentBase> AppendComponents { get; set; }

Property Value

List<UiComponentBase>

Icon

public Icon? Icon { get; set; }

Property Value

Icon

Image

public Image? Image { get; set; }

Property Value

Image

Information

public Dictionary<string, CardInfo.InfoValue>? Information { get; set; }

Property Value

Dictionary<string, CardInfo.InfoValue>

PrimaryAction

public ActionBase? PrimaryAction { get; set; }

Property Value

ActionBase
To top