Class EditorCreatedEventArgs
EditorCreatedEventArgs.
Inheritance
System.Object
EditorCreatedEventArgs
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class EditorCreatedEventArgs : EventArgs
Constructors
EditorCreatedEventArgs(GridViewColumn, FrameworkElement)
Initializes a new instance of the EditorCreatedEventArgs class.
Declaration
public EditorCreatedEventArgs(GridViewColumn column, FrameworkElement editor)
Parameters
GridViewColumn
column
The column. |
System.Windows.FrameworkElement
editor
The editor. |
Properties
Column
Gets the column.
Declaration
public GridViewColumn Column { get; }
Property Value
GridViewColumn
The column. |
Editor
Gets the editor.
Declaration
public FrameworkElement Editor { get; }
Property Value
System.Windows.FrameworkElement
The editor. |