ListFlagFilter Class |
Namespace: Dynamicweb.Controls
The ListFlagFilter type exposes the following members.
Name | Description | |
---|---|---|
ListFlagFilter | Initializes a new instance of the ListFlagFilter class |
Name | Description | |
---|---|---|
AutoPostBack |
Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the flag state.
| |
Divide |
Gets or sets the divider type for this filter.
(Inherited from ListFilter.) | |
Enabled |
Gets or sets value indicating whether filter is enabled.
(Inherited from ListFilter.) | |
IsSet |
Gets or sets value indicating whether flag is set.
| |
Label |
Gets or sets the label for this filter.
(Inherited from ListFilter.) | |
LabelFirst |
Gets or sets the position of the label.
| |
Name |
Gets or sets the name of the filter.
(Inherited from ListFilter.) | |
OnClientChange |
Gets or sets the client-side script that executes when a ListFlagFilter control's state is changed.
| |
Owner |
Gets or sets the reference to a List control that this filter is attached to.
(Inherited from ListFilter.) | |
Priority |
Gets or sets the priority of the filter.
(Inherited from ListFilter.) | |
Width |
Name | Description | |
---|---|---|
ApplyTo |
Applies a filter to the specified list rows.
(Inherited from ListFilter.) | |
ApplyToCurrentList |
Applies a filter to the current list.
(Inherited from ListFilter.) | |
Create |
Creates a filter.
(Overrides ListFilterCreate.) | |
GetClientEventHandler(String, NameValueCollection) |
Generates the Javascript statement that can be used to executed filter's custom event handler.
(Inherited from ListFilter.) | |
GetClientEventHandler(String, String, NameValueCollection) |
Generates the Javascript statement that can be used to executed filter's custom event handler.
(Inherited from ListFilter.) | |
GetLabel | (Overrides ListFilterGetLabel.) | |
GetSubName |
Creates a sub-name for a filter control. The name is based on the filter's name.
(Inherited from ListFilter.) | |
Initialize |
Initializes a filter.
(Inherited from ListFilter.) | |
OnApply |
Raises Dynamicweb.Controls.ListFilter.Apply event.
(Inherited from ListFilter.) |
Name | Description | |
---|---|---|
Apply |
Occurs when filter is about to be applied to the list rows.
(Inherited from ListFilter.) |