Click or drag to resize

ListFilterOption Class

Represents a single filter option.
Inheritance Hierarchy
SystemObject
  Dynamicweb.ControlsListFilterOption

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class ListFilterOption : IDropDownItem

The ListFilterOption type exposes the following members.

Constructors
  NameDescription
Public methodListFilterOption
Initializes a new instance of a class.
Public methodListFilterOption(String, String)
Initializes a new instance of a class.
Public methodListFilterOption(String, String, Boolean)
Initializes a new instance of a class.
Public methodListFilterOption(String, String, Boolean, Boolean)
Initializes a new instance of the ListFilterOption class
Top
Properties
  NameDescription
Public propertyDoTranslate
Public propertySelected
Gets or sets value indicating whether option is selected.
Public propertyText
Gets or sets the option text.
Public propertyValue
Gets or sets some sensitive information for this option.
Top
Remarks