TreeDataGridItemsSourceView(IEnumerable) Constructor

Definition

Namespace TreeDataGridCore
Assembly TreeDataGrid.Core.dll

Initializes a new instance of the ItemsSourceView class for the specified data source.

public TreeDataGridItemsSourceView(IEnumerable<T> source)

Parameters

source
IEnumerable<T>

The data source.