Click or drag to resize
FormFieldData Constructor
Create form field data.

Namespace:  GeonBit.UI.Utils.Forms
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public FormFieldData(
	FormFieldType type,
	string id,
	string label = null
)

Parameters

type
Type: GeonBit.UI.Utils.FormsFormFieldType
Field type.
id
Type: SystemString
Field unique id.
label (Optional)
Type: SystemString
Optional label.
See Also