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