RadControls for Silverlight

Represents the base class for filtering controls.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.1050

Syntax

C#
public abstract class FilteringControlBase : Control, 
	IFilteringControl
Visual Basic
Public MustInherit Class FilteringControlBase _
	Inherits Control _
	Implements IFilteringControl

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Telerik.Windows.Controls.GridView..::..FilteringControlBase
            Telerik.Windows.Controls.GridView..::..FilteringControl

See Also