RadioButtonFormFieldSignature

RadioButtonFormFieldSignature(string)

Creates RadioButtonFieldSignature with predefined name.

public RadioButtonFormFieldSignature(string name)
Parameter Type Description
name String Name of form field object.

See Also


RadioButtonFormFieldSignature(string, List<string>)

Creates RadioButtonFieldSignature with predefined name and items list.

public RadioButtonFormFieldSignature(string name, List<string> items)
Parameter Type Description
name String Name of form field object.
items List`1 Values of radio-button list.

See Also


RadioButtonFormFieldSignature(string, List<string>, object)

Creates RadioButtonFieldSignature with predefined name, items list and selected value.

public RadioButtonFormFieldSignature(string name, List<string> items, object selected)
Parameter Type Description
name String Name of form field object.
items List`1 Values of radio-button list.
selected Object Selected value.

See Also