Click or drag to resize

DropDownSource Class

Note: This API is now obsolete.

Inheritance Hierarchy
SystemObject
  System.Collections.GenericListIDropDownItem
    Dynamicweb.ControlsDropDownSource
      Dynamicweb.ControlsListFilterOptGroupCollection
      Dynamicweb.ControlsListFilterOptionCollection

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[ObsoleteAttribute("Do not use this.")]
public class DropDownSource : List<IDropDownItem>

The DropDownSource type exposes the following members.

Constructors
  NameDescription
Public methodDropDownSource
Initializes a new instance of the DropDownSource class
Top
Methods
  NameDescription
Public methodFindByText
Searches for the option by specified text.
Public methodFindByValue
Searches for the option by specified value.
Top
Fields
See Also