Class DropDownFormFieldInfo
DropDown form field info.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class DropDownFormFieldInfo : FormFieldInfo
Constructors
DropDownFormFieldInfo()
Declaration
public DropDownFormFieldInfo()
Properties
DropdownItems
DropDown items.
Declaration
public string[] DropdownItems { get; set; }
Property Value
Type |
---|
System.String[] |
Methods
Equals(DropDownFormFieldInfo)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(DropDownFormFieldInfo dropDownFormFieldInfo)
Parameters
Type | Name | Description |
---|---|---|
DropDownFormFieldInfo | dropDownFormFieldInfo | An DropDownFormFieldInfo to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the other parameter; otherwise, false. |