Click or drag to resize

ListTextFilter Methods

The ListTextFilter type exposes the following members.

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 (Inherited from ListFilter.)
Top
See Also