Skip to main content

ITreeDataGridSource<TModel> Interface

Definition

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

Represents a typed data source for a Avalonia.Controls.TreeDataGrid control.

public interface ITreeDataGridSource<TModel>

Implements: ITreeDataGridSource, INotifyPropertyChanged

Properties

NameDescription
ItemsGets or sets the items in the data source.

Items Property

Gets or sets the items in the data source.

public System.Collections.Generic.IEnumerable<TModel> Items { get; set; }