Class DropDownProperties
Represent properties of the DropDownComponent.
public class DropDownProperties : FormComponentProperties, IFormComponentProperties
- Inheritance
-
objectDropDownProperties
- Implements
- Inherited Members
- Extension Methods
Properties
DataProviderType
Dynamic data source for options in the drop-down component.
The drop-down options provider type must implement the IDropDownOptionsProvider interface.
public Type DataProviderType { get; set; }
Property Value
- Type
Options
Data source for options in select.
public string Options { get; set; }
Property Value
- string
OptionsValueSeparator
Gets or sets a string that separates values from text in Options. Default separator is a semicolon (";").
[RequiredValidationRule]
public string OptionsValueSeparator { get; set; }
Property Value
- string
Placeholder
Text for the placeholder.
public string Placeholder { get; set; }
Property Value
- string