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 Editor
Declaration
public EditorCreatedEventArgs(FrameworkElement editor, ItemPropertyDefinition itemPropertyDefinition)
Parameters
System. The editor. |
Item The item property definition. |
Properties
Editor
Gets the editor.
Declaration
public FrameworkElement Editor { get; }
Property Value
System. The editor. |
ItemPropertyDefinition
Gets the item property definition.
Declaration
public ItemPropertyDefinition ItemPropertyDefinition { get; }
Property Value
Item The item property definition. |