Interface IFilteringControl
Provides functionality required by all filtering components.
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public interface IFilteringControl
Properties
IsActive
Gets a value indicating whether the filtering is active.
Declaration
bool IsActive { get; set; }
Property Value
System.Boolean
|
Methods
Prepare(GridViewColumn)
Prepares the component for the column it will service.
Declaration
void Prepare(GridViewColumn columnToPrepare)
Parameters
GridViewColumn
columnToPrepare
The column to prepare for. |