New to Telerik UI for WPFStart a free 30-day trial

Provides functionality required by all filtering components.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public interface IFilteringControl

Derived Classes: FilteringControlFilteringControlBase

Properties

Gets a value indicating whether the filtering is active.

C#
bool IsActive { get; set; }

Methods

Prepares the component for the column it will service.

C#
void Prepare(GridViewColumn columnToPrepare)
Parameters:columnToPrepareGridViewColumn

The column to prepare for.