HierarchicalTreeDataGridSource Class

Definition

A data source which displays a hierarchical tree where each row may have multiple columns.

public class HierarchicalTreeDataGridSource<TModel> : NotifyingBase, ITreeDataGridSource<TModel>, ITreeDataGridSource, INotifyPropertyChanged, IDisposable, IExpanderRowController<TModel>, IChildCollectionReplacementController<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 (9)

Methods (13)

Events (5)

Explicit Interface Implementation Methods (4)