Overload | Description |
---|---|
DataGridVirtualizingCollectionView Constructor() | Initializes a new instance of the DataGridVirtualizingCollectionView class. |
DataGridVirtualizingCollectionView Constructor(Type) | Initializes a new instance of the DataGridVirtualizingCollectionView specifying the type of the items it will contain. |
DataGridVirtualizingCollectionView Constructor(Type,Boolean,Int32,Int32) | Initializes a new instance of the DataGridVirtualizingCollectionView specifying the type of the items it will contain, if item properties should be automatically created, the page size, and the maximum realized item count. |
DataGridVirtualizingCollectionView Constructor(DataTable) | Initializes a new instance of the DataGridVirtualizingCollectionView specifying the DataTable to use as the source schema. |
DataGridVirtualizingCollectionView Constructor(DataTable,Boolean,Int32,Int32) | Initializes a new instance of the DataGridVirtualizingCollectionView specifying the DataTable to use as the source schema, if item properties should be automatically created, the page size, and the maximum realized item count. |