Skip to main content

TreeDataGridColumns Class

Definition

Assembly:Avalonia.Controls.TreeDataGrid
Package:Avalonia.Controls.TreeDataGrid

Represents a collection of columns in a Avalonia.Controls.TreeDataGrid.

public class TreeDataGridColumns

Inheritance: Collection<TreeDataGridColumn> -> TreeDataGridColumns

Implements: IEnumerable<TreeDataGridColumn>, IReadOnlyCollection<TreeDataGridColumn>, IReadOnlyList<TreeDataGridColumn>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

NameDescription
TreeDataGridColumnsNo summary available.

TreeDataGridColumns Constructor

public TreeDataGridColumns()

Methods

NameDescription
AddRangeNo summary available.

AddRange Method

public void AddRange(System.Collections.Generic.IEnumerable<Avalonia.Controls.TreeDataGridColumn> items)

Parameters

items System.Collections.Generic.IEnumerable<Avalonia.Controls.TreeDataGridColumn>

Events

NameDescription
CollectionChangedNo summary available.
PropertyChangedNo summary available.

CollectionChanged Event

public event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged

PropertyChanged Event

public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged