Class FilterEditorFactory
Factory used to create editors for the filtering UI.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public static class FilterEditorFactory
Methods
CreateAutoCompleteStringEditor()
Creates an auto-complete string filter editor.
Declaration
public static FrameworkElement CreateAutoCompleteStringEditor()
Returns
System.Windows.FrameworkElement
|
CreateBooleanEditor(Type)
Creates the boolean editor.
Declaration
public static FrameworkElement CreateBooleanEditor(Type type)
Parameters
System.Type
type
The type. |
Returns
System.Windows.FrameworkElement
|
CreateDateTimeEditor()
Creates the date time editor.
Declaration
public static FrameworkElement CreateDateTimeEditor()
Returns
System.Windows.FrameworkElement
|
CreateDefaultEditor()
Creates the default editor.
Declaration
public static FrameworkElement CreateDefaultEditor()
Returns
System.Windows.FrameworkElement
|
CreateEditor(Type)
Creates the editor.
Declaration
public static FrameworkElement CreateEditor(Type type)
Parameters
System.Type
type
The type. |
Returns
System.Windows.FrameworkElement
|
CreateEnumEditor(Type)
Creates the enumeration editor.
Declaration
public static FrameworkElement CreateEnumEditor(Type type)
Parameters
System.Type
type
The type. |
Returns
System.Windows.FrameworkElement
|
CreateStringEditor()
Creates the string editor.
Declaration
public static FrameworkElement CreateStringEditor()
Returns
System.Windows.FrameworkElement
|
CreateTimeSpanEditor()
Creates the time span editor.
Declaration
public static FrameworkElement CreateTimeSpanEditor()
Returns
System.Windows.FrameworkElement
|