Class DropdownField
DropdownField.
Implements
Inherited Members
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class DropdownField : FormField, IFormField
Constructors
| Improve this Doc View SourceDropdownField()
Initializes a new instance of the DropdownField class.
Declaration
protected DropdownField()
DropdownField(Int32, Rectangle, Boolean, String, Boolean, FontFamily, Int32, String, Boolean, Boolean, Int32, List<String>, String, String, String, List<ConditionalRule>)
Initializes a new instance of the DropdownField class.
Declaration
public DropdownField(int pageNumber = null, Rectangle bounds = null, bool isRequired = null, string value = null, bool isUnderLineFont = null, FontFamily font = default(FontFamily), int fontSize = null, string fontHexColor = null, bool isBoldFont = null, bool isItalicFont = null, int lineHeight = null, List<string> dropdownOptions = null, string placeholder = null, string id = null, string dataSyncTag = null, List<ConditionalRule> conditionalRules = null)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pageNumber | pageNumber. |
Rectangle | bounds | bounds (required). |
System.Boolean | isRequired | isRequired. |
System.String | value | value. |
System.Boolean | isUnderLineFont | isUnderLineFont. |
FontFamily | font | font (required). |
System.Int32 | fontSize | fontSize. |
System.String | fontHexColor | fontHexColor. |
System.Boolean | isBoldFont | isBoldFont. |
System.Boolean | isItalicFont | isItalicFont. |
System.Int32 | lineHeight | lineHeight. |
List<System.String> | dropdownOptions | dropdownOptions. |
System.String | placeholder | placeHolder. |
System.String | id | id. |
System.String | dataSyncTag | dataSyncTag. |
List<ConditionalRule> | conditionalRules | Gets or sets the conditionalRules. |
Properties
| Improve this Doc View SourceDropdownOptions
Gets or Sets Dropdown Options.
Declaration
public List<string> DropdownOptions { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
Placeholder
Gets or Sets Placeholder value.
Declaration
public string Placeholder { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the form field type.It is a read only property.
Declaration
public override FieldType Type { get; set; }
Property Value
Type | Description |
---|---|
FieldType |