Click or drag to resize

ListAutomatedSearchFilter Class

Represents a text filter that executes automatically.
Inheritance Hierarchy

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class ListAutomatedSearchFilter : ListFilter

The ListAutomatedSearchFilter type exposes the following members.

Constructors
  NameDescription
Public methodListAutomatedSearchFilter
Initializes a new instance of the ListAutomatedSearchFilter class
Top
Properties
  NameDescription
Public propertyDivide
Gets or sets the divider type for this filter.
(Inherited from ListFilter.)
Public propertyEnabled
Gets or sets value indicating whether filter is enabled.
(Inherited from ListFilter.)
Public propertyEnableQueryExpressions
Gets or sets value indicating whether to enable query expressions.
Public propertyLabel
Gets or sets the label for this filter.
(Inherited from ListFilter.)
Public propertyName
Gets or sets the name of the filter.
(Inherited from ListFilter.)
Public propertyOnClientChange
Gets or sets the client-side script that executes when a ListAutomatedSearchFilter control's text is changed.
Public propertyOwner
Gets or sets the reference to a List control that this filter is attached to.
(Inherited from ListFilter.)
Public propertyPriority
Gets or sets the priority of the filter.
(Inherited from ListFilter.)
Public propertyText
Public propertyWaterMarkText
Gets or sets the watermark text for this filter.
Public propertyWidth
Gets or sets the width of the text-box.
Top
Methods
  NameDescription
Public methodApplyTo
Applies a filter to the specified list rows.
(Inherited from ListFilter.)
Public methodApplyToCurrentList
Applies a filter to the current list.
(Inherited from ListFilter.)
Public methodCreate
Creates a filter.
(Overrides ListFilterCreate.)
Protected methodGetClientEventHandler(String, NameValueCollection)
Generates the Javascript statement that can be used to executed filter's custom event handler.
(Inherited from ListFilter.)
Protected methodGetClientEventHandler(String, String, NameValueCollection)
Generates the Javascript statement that can be used to executed filter's custom event handler.
(Inherited from ListFilter.)
Protected methodGetLabel
Retrieves a label that should be displayed for this filter.
(Inherited from ListFilter.)
Protected methodGetSubName
Creates a sub-name for a filter control. The name is based on the filter's name.
(Inherited from ListFilter.)
Public methodInitialize
Initializes a filter.
(Overrides ListFilterInitialize(List).)
Protected methodOnApply
Filters rows and fires "Apply" event.
(Overrides ListFilterOnApply(ListFilterEventArgs).)
Top
Events
  NameDescription
Public eventApply
Occurs when filter is about to be applied to the list rows.
(Inherited from ListFilter.)
Top
Remarks