Click or drag to resize
FormComponentPropertiesSetDefaultValue Method
When overridden in a derived class, sets the default value to value. The value must be of proper type or an exception is thrown.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public abstract void SetDefaultValue(
	Object value
)

Parameters

value
Type: SystemObject
Value to be set as the default value.
See Also