Click or drag to resize
CompareToFieldSelectorComponentBindContext Method
Binds contextual values from a PropertiesPanelComponentContext instance. The component cannot work in any other context.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public override void BindContext(
	FormComponentContext context
)

Parameters

context
Type: Kentico.Forms.Web.MvcFormComponentContext
Context to bind values from.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when context is of any other type than PropertiesPanelComponentContext.
See Also