ComponentOne DataGrid for WPF and Silverlight
DataGridNumericFilter Class
Members 

C1.WPF.DataGrid Namespace : DataGridNumericFilter Class
The filter for numeric values. This control should be used as InnerControl for the DataGridFilter control to create the numeric filter for the C1DataGrid. Represents the default filter control for numeric columns.
Object Model
DataGridNumericFilter Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="FirstComparator", Type=C1.WPF.C1ComboBox)>
<System.Windows.TemplatePartAttribute(Name="SecondComparator", Type=C1.WPF.C1ComboBox)>
<System.Windows.TemplatePartAttribute(Name="FirstBound", Type=C1.WPF.C1NumericBox)>
<System.Windows.TemplatePartAttribute(Name="SecondBound", Type=C1.WPF.C1NumericBox)>
<System.Windows.TemplatePartAttribute(Name="OrRadioButton", Type=System.Windows.Controls.RadioButton)>
<System.Windows.TemplatePartAttribute(Name="AndRadioButton", Type=System.Windows.Controls.RadioButton)>
<System.Windows.TemplatePartAttribute(Name="NoneRadioButton", Type=System.Windows.Controls.RadioButton)>
Public Class DataGridNumericFilter 
   Inherits System.Windows.Controls.Control
   Implements IDataGridFilter, IDataGridFilterUnity 
[System.Windows.TemplatePart(Name="FirstComparator", Type=C1.WPF.C1ComboBox)]
[System.Windows.TemplatePart(Name="SecondComparator", Type=C1.WPF.C1ComboBox)]
[System.Windows.TemplatePart(Name="FirstBound", Type=C1.WPF.C1NumericBox)]
[System.Windows.TemplatePart(Name="SecondBound", Type=C1.WPF.C1NumericBox)]
[System.Windows.TemplatePart(Name="OrRadioButton", Type=System.Windows.Controls.RadioButton)]
[System.Windows.TemplatePart(Name="AndRadioButton", Type=System.Windows.Controls.RadioButton)]
[System.Windows.TemplatePart(Name="NoneRadioButton", Type=System.Windows.Controls.RadioButton)]
public class DataGridNumericFilter : System.Windows.Controls.Control, IDataGridFilter, IDataGridFilterUnity  
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     C1.WPF.DataGrid.DataGridNumericFilter

See Also

Reference

DataGridNumericFilter Members
C1.WPF.DataGrid Namespace