|
  | content | 
 Gets or sets the content that will be shown in the dropdown.
 
 | 
  | dropDownShowClass | 
 Gets or sets the CSS class that will be applied to the dropdown content when it is shown.
 
 | 
  | isDisabled | 
 Gets or sets the whether this drop down picker is disabled (will not show when trigger element is clicked).
 
 | 
  | isDropDownShown | 
 Gets or sets a value indicating whether the dropdown content is shown.
 
 | 
  | isScrollPositionSaved | 
 Gets or sets a value indicating if the inline pop-up should save the scroll position between hiding and showing.
 By default, it does not.
 
 | 
  | triggerElement | 
 Gets or sets the element that will cause the dropdown to be shown.
 
 |