Table of Contents

Class FormFeaturedFieldDefinition

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Represents definition of featured field.

public class FormFeaturedFieldDefinition
Inheritance
object
FormFeaturedFieldDefinition
Extension Methods

Properties

FormFeaturedFieldInfo

Related FormFeaturedFieldInfo that contains featured field metadata.

public FormFeaturedFieldInfo FormFeaturedFieldInfo { get; set; }

Property Value

FormFeaturedFieldInfo

UnderlyingComponentDefinition

Underlying component that is effectively used in the Form builder.

public FormComponentDefinition UnderlyingComponentDefinition { get; set; }

Property Value

FormComponentDefinition