Interface IDropdownComponent

IDropdownComponent interface

Defines Dropdown component properties

public interface IDropdownComponent : IBox, IPenColor, IPenStyle, IPenWidth

Properties

Name Description
Options { get; set; } List of options (drop down items) to be shown when component is clicked
Placeholder { get; set; } Text to shown when no options has been selected yet
SelectedOption { get; set; } Number of option to be selected by default

See Also