ITreeDataGridSource<TModel> Interface
Definition
Represents a typed data source for a Avalonia.Controls.TreeDataGrid control.
public interface ITreeDataGridSource<TModel>
Properties
| Name | Description |
|---|---|
| Items | Gets 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; }