Class FilteringControlBase
Represents the base class for filtering controls.
Inheritance
System.Object
FilteringControlBase
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public abstract class FilteringControlBase : Control
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
|
Methods
Prepare()
Prepares the component for the column it will service.
Declaration
public abstract void Prepare()