Table of Contents

Class FormCardComponent

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents form component that can be used in OverviewCard.

public class FormCardComponent : IOverviewCardComponent
Inheritance
object
FormCardComponent
Implements
Extension Methods

Properties

ComponentName

Gets or sets the name of the client component.

public string ComponentName { get; }

Property Value

string

Items

Collection of form items.

public ICollection<IFormItemClientProperties> Items { get; set; }

Property Value

ICollection<IFormItemClientProperties>