DataGridPreparingCellForEditEventArgs.EditingElement Propiedad

Definición

Obtiene el elemento que la columna muestra para una celda en modo de edición.

public:
 property System::Windows::FrameworkElement ^ EditingElement { System::Windows::FrameworkElement ^ get(); };
public System.Windows.FrameworkElement EditingElement { get; }
member this.EditingElement : System.Windows.FrameworkElement
Public ReadOnly Property EditingElement As FrameworkElement

Valor de propiedad

FrameworkElement

Elemento que la columna muestra para una celda en modo de edición.

Se aplica a

Consulte también