DataGridCurrentColumn Property

Gets or sets the column that contains the current cell.

Definition

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

Property Value

DataGridColumn

See Also