New to Telerik UI for WPFStart a free 30-day trial

EditorCreatedEventArgs.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class EditorCreatedEventArgs : EventArgs

Inheritance: objectEventArgsEditorCreatedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the EditorCreatedEventArgs class.

C#
public EditorCreatedEventArgs(GridViewColumn column, FrameworkElement editor)
Parameters:columnGridViewColumn

The column.

editorFrameworkElement

The editor.

Properties

Gets the column.

C#
public GridViewColumn Column { get; }
Property Value:

The column.

Editor

FrameworkElement

Gets the editor.

C#
public FrameworkElement Editor { get; }
Property Value:

The editor.