Class
FilteringControlBase

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: FilteringControl

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

IsActive

Gets or sets a value indicating whether the filtering is active.

Declaration

cs-api-definition
public bool IsActive { get; set; }

Property Value

bool

Methods

Prepare()

Prepares the component for the column it will service.

Declaration

cs-api-definition
public abstract void Prepare()