Represents event arguments for the EditorNeeded event.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
C#
public class EditorNeededEventArgs : EventArgs
Inheritance: objectEventArgsEditorNeededEventArgs
Inherited Members
Constructors
C#
public EditorNeededEventArgs()
Properties
Gets the index of the cell's column.
C#
public int ColumnIndex { get; }
Editor
FrameworkElement
Gets or sets the editor that will be used for editing a particular cell.
C#
public FrameworkElement Editor { get; set; }
The editor.
EditorProperty
DependencyProperty
Gets or sets the editor's editable dependency property.
C#
public DependencyProperty EditorProperty { get; set; }
The editor property.