FormEditorSetOptions.FormEditorSetOptions

FormEditorSetOptions constructor

Initializes a new instance of the FormEditorSetOptions object, in which the values assigned to the properties of the field are specified.

public FormEditorSetOptions(SelectField selectField, FormFieldSetOptions settedOptions)
ParameterTypeDescription
selectFieldSelectFieldDelegate that determines the properties of which field(s) to set values.
settedOptionsFormFieldSetOptionsAn object containing the values assigned to the properties of the field(s). May be an object of a derived class, corresponding to a particular field type.

See Also