ClassFilteringControlBase
Class
Represents the base class for filtering controls.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
cs-api-definition
public abstract class FilteringControlBase : Control
Inheritance: objectFilteringControlBase
Derived Classes:
Constructors
FilteringControlBase()
Declaration
cs-api-definition
protected FilteringControlBase()
Fields
IsActiveProperty
Identifies the IsActive dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty IsActiveProperty
Field Value
DependencyProperty
Properties
Methods
Prepare()
Prepares the component for the column it will service.
Declaration
cs-api-definition
public abstract void Prepare()