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
Icon
public Icon? Icon { get; set; }
Property Value
Image
public Image? Image { get; set; }
Property Value
Information
public Dictionary<string, CardInfo.InfoValue>? Information { get; set; }
Property Value
PrimaryAction
public ActionBase? PrimaryAction { get; set; }