Click or drag to resize
FormComponentProperties Constructor
Initializes a new instance of the FormComponentProperties class using the data type, size and precision given.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
protected FormComponentProperties(
	string dataType,
	int size,
	int precision
)

Parameters

dataType
Type: SystemString
Default data type of values (typically a constant from FieldDataType).
size
Type: SystemInt32
Default size of values.
precision
Type: SystemInt32
Default precision of values.
See Also