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