Class DropDownProperties
Represents properties of a DropDownComponent.
public class DropDownProperties : SelectorProperties
- Inheritance
-
objectFormComponentProperties<string>DropDownProperties
- Inherited Members
- Extension Methods
Properties
OptionLabel
Gets or sets the first option label value.
[EditingComponent("Kentico.TextInput", Label = "{$kentico.formbuilder.component.dropdown.properties.optionlabel$}", Tooltip = "{$kentico.formbuilder.component.dropdown.properties.optionlabel.tooltip$}")]
public string OptionLabel { get; set; }
Property Value
- string
Remarks
Option is not displayed when null or string.Empty is set.