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.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax public abstract void SetDefaultValue(
Object value
)
Parameters
- value
- Type: SystemObject
Value to be set as the default value.
See Also