Table of Contents

Class PropertiesPanelComponentContext

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

Context for form components being rendered in the properties panel of the Form builder application.

public class PropertiesPanelComponentContext : FormComponentContext
Inheritance
object
PropertiesPanelComponentContext
Inherited Members
Extension Methods

Properties

BizFormInfo

Gets or sets the biz form.

public BizFormInfo BizFormInfo { get; set; }

Property Value

BizFormInfo

FieldName

Gets or sets the name of the form field the properties panel is rendered for.

public string FieldName { get; set; }

Property Value

string