Table of Contents

Class InfoCardDisplay

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

Properties

AdditionalComponents

public IEnumerable<UiComponentBase> AdditionalComponents { get; }

Property Value

IEnumerable<UiComponentBase>

DisplayDescriptionAsCode

public bool DisplayDescriptionAsCode { get; set; }

Property Value

bool

Methods

WithAdditionalComponent(UiComponentBase)

public InfoCardDisplay WithAdditionalComponent(UiComponentBase uiComponent)

Parameters

uiComponent UiComponentBase

Returns

InfoCardDisplay
To top