ListFilter Class |
Namespace: Dynamicweb.Controls
The ListFilter type exposes the following members.
Name | Description | |
---|---|---|
ListFilter | Initializes a new instance of the ListFilter class |
Name | Description | |
---|---|---|
Divide |
Gets or sets the divider type for this filter.
| |
Enabled |
Gets or sets value indicating whether filter is enabled.
| |
Label |
Gets or sets the label for this filter.
| |
Name |
Gets or sets the name of the filter.
| |
Owner |
Gets or sets the reference to a List control that this filter is attached to.
| |
Priority |
Gets or sets the priority of the filter.
|
Name | Description | |
---|---|---|
ApplyTo |
Applies a filter to the specified list rows.
| |
ApplyToCurrentList |
Applies a filter to the current list.
| |
Create |
Creates a filter.
| |
GetClientEventHandler(String, NameValueCollection) |
Generates the Javascript statement that can be used to executed filter's custom event handler.
| |
GetClientEventHandler(String, String, NameValueCollection) |
Generates the Javascript statement that can be used to executed filter's custom event handler.
| |
GetLabel |
Retrieves a label that should be displayed for this filter.
| |
GetSubName |
Creates a sub-name for a filter control. The name is based on the filter's name.
| |
Initialize |
Initializes a filter.
| |
OnApply |
Raises Dynamicweb.Controls.ListFilter.Apply event.
|