Xceed DataGrid for Silverlight Documentation
CellEditor Property


Gets the cell editor that is being activated.
Syntax
'Declaration
 
Public ReadOnly Property CellEditor As FrameworkElement
'Usage
 
Dim instance As ActivatingCellEditorEventArgs
Dim value As FrameworkElement
 
value = instance.CellEditor
public FrameworkElement CellEditor {get;}

Property Value

The CellEditor that is being activated.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

ActivatingCellEditorEventArgs Class
ActivatingCellEditorEventArgs Members

Manipulating Data

Cell Editors

Send Feedback