DataGrid.

Columns Property

Summary

Gets a collection that contains all the columns in the control.
Namespace
Avalonia.Controls
Containing Type
DataGrid

Syntax

public ObservableCollection<DataGridColumn> Columns { get; }

Value

Type Description
ObservableCollection<DataGridColumn>