DataGridCellEditEndedEventArgsColumn Property

The column of the cell that has just exited edit mode.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public DataGridColumn Column { get; }

Property Value

DataGridColumn

See Also