Click or drag to resize
FormSectionViewModelTPropertiesType Class
View model for a section with properties.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcFormSectionViewModelTPropertiesType

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public abstract class FormSectionViewModel<TPropertiesType>
where TPropertiesType : IFormSectionProperties

Type Parameters

TPropertiesType
Type of the section properties.

The FormSectionViewModelTPropertiesType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyProperties
Properties of the section
Top
See Also