Class EditorCreatedEventArgs
EditorCreatedEventArgs.
Inheritance
System.Object
EditorCreatedEventArgs
Namespace: Telerik.Windows.Controls.Data.DataFilter
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class EditorCreatedEventArgs : EventArgs
Constructors
EditorCreatedEventArgs(FrameworkElement, ItemPropertyDefinition)
Initializes a new instance of the EditorCreatedEventArgs class.
Declaration
public EditorCreatedEventArgs(FrameworkElement editor, ItemPropertyDefinition itemPropertyDefinition)
Parameters
System.Windows.FrameworkElement
editor
The editor. |
ItemPropertyDefinition
itemPropertyDefinition
The item property definition. |
Properties
Editor
Gets the editor.
Declaration
public FrameworkElement Editor { get; }
Property Value
System.Windows.FrameworkElement
The editor. |
ItemPropertyDefinition
Gets the item property definition.
Declaration
public ItemPropertyDefinition ItemPropertyDefinition { get; }
Property Value
ItemPropertyDefinition
The item property definition. |