Represents a collection of columns in a Avalonia.Controls.TreeDataGrid.
Inheritance: Collection<TreeDataGridColumn> -> TreeDataGridColumns
Implements: IEnumerable<TreeDataGridColumn>, IReadOnlyCollection<TreeDataGridColumn>, IReadOnlyList<TreeDataGridColumn>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
AddRange Method
public void AddRange(System.Collections.Generic.IEnumerable<Avalonia.Controls.TreeDataGridColumn> items)
Parameters
items System.Collections.Generic.IEnumerable<Avalonia.Controls.TreeDataGridColumn>