Click or drag to resize
IFilterControl Interface
Interface for a general filter control

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public interface IFilterControl

The IFilterControl type exposes the following members.

Methods
  NameDescription
Public methodResetFilter
Resets the filter state
Public methodRestoreFilterState
Restores filter state from the specified object.
Public methodStoreFilterState
Stores filter state to the specified object.
Top
Properties
  NameDescription
Public propertyFilteredControl
Control which is being filtered by this control
Public propertyUniqueID
Unique control ID
Public propertyValue
Filter value
Public propertyWhereCondition
Returns the where condition for the filter
Top
Events
  NameDescription
Public eventOnFilterChanged
Raises when the filter changes its state
Top
See Also