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 Editor
Declaration
public EditorCreatedEventArgs(GridViewColumn column, FrameworkElement editor)
Parameters
Grid The column. |
System. The editor. |
Properties
Column
Gets the column.
Declaration
public GridViewColumn Column { get; }
Property Value
Grid The column. |
Editor
Gets the editor.
Declaration
public FrameworkElement Editor { get; }
Property Value
System. The editor. |