EditorCreatedEventArgs.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class EditorCreatedEventArgs : EventArgs
Inheritance: objectEventArgsEditorCreatedEventArgs
Inherited Members
Constructors
Initializes a new instance of the EditorCreatedEventArgs class.
C#
public EditorCreatedEventArgs(GridViewColumn column, FrameworkElement editor)
The column.
editorFrameworkElementThe editor.
Properties
Gets the column.
C#
public GridViewColumn Column { get; }
The column.
Editor
FrameworkElement
Gets the editor.
C#
public FrameworkElement Editor { get; }
The editor.