Class FilteringControlBase
Represents the base class for filtering controls.
Inheritance
System.Object
FilteringControlBase
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public abstract class FilteringControlBase : Control, IFilteringControl
Constructors
FilteringControlBase()
Declaration
protected FilteringControlBase()
Fields
IsActiveProperty
Identifies the IsActive dependency property.
Declaration
public static readonly DependencyProperty IsActiveProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsActive
Gets or sets a value indicating whether the filtering is active.
Declaration
public bool IsActive { get; set; }
Property Value
System.Boolean
|
Implements
Methods
Prepare(GridViewColumn)
Prepares the component for the column it will service.
Declaration
public abstract void Prepare(GridViewColumn columnToPrepare)
Parameters
GridViewColumn
columnToPrepare
The column to prepare for. |