Class
EditorCreatedEventArgs

EditorCreatedEventArgs.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class EditorCreatedEventArgs : EventArgs

Inheritance: objectEventArgsEditorCreatedEventArgs

Inherited Members EventArgs.Empty

Constructors

EditorCreatedEventArgs(GridViewColumn, FrameworkElement)

Initializes a new instance of the EditorCreatedEventArgs class.

Declaration

cs-api-definition
public EditorCreatedEventArgs(GridViewColumn column, FrameworkElement editor)

Parameters

column

GridViewColumn

The column.

editor

FrameworkElement

The editor.

Properties

Column

Gets the column.

Declaration

cs-api-definition
public GridViewColumn Column { get; }

Property Value

GridViewColumn

The column.

Editor

Gets the editor.

Declaration

cs-api-definition
public FrameworkElement Editor { get; }

Property Value

FrameworkElement

The editor.