Click or drag to resize
ObjectSelectorComponentBaseTProperties, TSelectorItemBindContext Method

Binds contextual information to the form component. The actual type of context depends on where the component is being used.

The component can throw an exception if being used in a context for which it is not designed. The base implementation provided by this class must be called prior to throwing an exception, however.

Namespace: Kentico.Components.Web.Mvc.Selectors.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public override void BindContext(
	FormComponentContext context
)

Parameters

context
Type: Kentico.Forms.Web.MvcFormComponentContext
See Also