Click or drag to resize

ListFilterCollection Class

Represents a collection of list filters.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListListFilter
    Dynamicweb.ControlsListFilterCollection

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class ListFilterCollection : List<ListFilter>

The ListFilterCollection type exposes the following members.

Constructors
  NameDescription
Public methodListFilterCollection
Initializes a new instance of a class.
Top
Properties
  NameDescription
Public propertyOwner
Gets the referente to a Dynamicweb.Controls.List control which these filters are attached to.
Top
Remarks