Represents a standardized view of the supported interactions between a given ItemsSource object and a TreeDataGrid control.
public class TreeDataGridItemsSourceView : INotifyCollectionChanged, ICollectionChangedListener, IDisposable
kind:method, kind:property, kind:ctor. Press Esc to clear.TreeDataGridItemsSourceView(IEnumerable)Initializes a new instance of the ItemsSourceView class for the specified data source.CountGets the number of items in the collection.EmptyGets an empty TreeDataGridItemsSourceViewHasKeyIndexMappingGets a value that indicates whether the items source can provide a unique key for each item.InnerGets the inner collection.Item[Int32]Retrieves the item at the specified index.GetAt(Int32)Retrieves the item at the specified index.IndexFromKey(String)Retrieves the unique identifier (key) for the item at the specified index.KeyFromIndex(Int32)Retrieves the index of the item that has the specified unique identifier (key).CollectionChangedOccurs when the collection has changed to indicate the reason for the change and which items changed.