ListDropDownListFilter Properties |
The ListDropDownListFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoPostBack |
Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the drop-down list selection.
| |
| 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.) | |
| Items |
Gets or sets the collection of drop-down list items.
| |
| Label |
Gets or sets the label for this filter.
(Inherited from ListFilter.) | |
| Name |
Gets or sets the name of the filter.
(Inherited from ListFilter.) | |
| OnClientChange |
Gets or sets the client-side script that executes when a ListDropDownFilter control's selection 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.) | |
| SelectedValue |
Gets or sets the value currently selected in the drop-down list.
| |
| Width |
Gets or sets the width of the drop-down list.
|