Table of Contents

Class FormSectionViewModel<TPropertiesType>

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

View model for a section with properties.

public abstract class FormSectionViewModel<TPropertiesType> where TPropertiesType : IFormSectionProperties

Type Parameters

TPropertiesType

Type of the section properties.

Inheritance
object
FormSectionViewModel<TPropertiesType>
Extension Methods

Properties

Properties

Properties of the section

public TPropertiesType Properties { get; protected set; }

Property Value

TPropertiesType