Class DropDownClientProperties
Represents client properties of a DropDownComponent.
public class DropDownClientProperties : FormComponentClientProperties<string>, IFormComponentClientProperties, IFormItemClientProperties
- Inheritance
-
objectFormComponentClientProperties<string>DropDownClientProperties
- Implements
- Inherited Members
- Extension Methods
Properties
Options
Data source for options in select.
public IEnumerable<DropDownOptionItem> Options { get; set; }
Property Value
- IEnumerable<DropDownOptionItem>
Placeholder
Text for placeholder.
public string Placeholder { get; set; }
Property Value
- string