| IFilterControl Interface |
Namespace: CMS.FormControls
public interface IFilterControl
The IFilterControl type exposes the following members.
| Name | Description | |
|---|---|---|
| ResetFilter |
Resets the filter state
| |
| RestoreFilterState |
Restores filter state from the specified object.
| |
| StoreFilterState |
Stores filter state to the specified object.
|
| Name | Description | |
|---|---|---|
| FilteredControl |
Control which is being filtered by this control
| |
| UniqueID |
Unique control ID
| |
| Value |
Filter value
| |
| WhereCondition |
Returns the where condition for the filter
|
| Name | Description | |
|---|---|---|
| OnFilterChanged |
Raises when the filter changes its state
|