EditingElement Property
Gets the element that the column displays for a cell in editing mode.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public Control EditingElement { get; }
Public ReadOnly Property EditingElement As Control
Get
member EditingElement : Control with get
Property Value
ControlSee Also
Reference
DataGridPreparingCellForEditEventArgs Class
Avalonia.Controls Namespace