DataGridCellEditEndingEventArgs.EditingElement Propiedad

Definición

Obtiene el elemento que la celda muestra 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

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

Se aplica a

Consulte también