HierarchicalTreeDataGridSource Class

Definition

A data source for a TreeDataGrid which displays a hierarchial tree where each row may have multiple columns.

public class HierarchicalTreeDataGridSource<TModel> : NotifyingBase, ITreeDataGridSource<TModel>, ITreeDataGridSource, INotifyPropertyChanged, IDisposable, IExpanderRowController<TModel> where TModel : class

Type parameters

TModel
The model type.
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (2)

Properties (10)

Methods (10)

Events (5)

Explicit Interface Implementation Methods (5)