'Declaration Public Function New( _ ByVal sourceSchema As DataTable, _ ByVal autoCreateItemProperties As Boolean, _ ByVal pageSize As Integer, _ ByVal maxRealizedItemCount As Integer _ )
'Usage Dim sourceSchema As DataTable Dim autoCreateItemProperties As Boolean Dim pageSize As Integer Dim maxRealizedItemCount As Integer Dim instance As New DataGridVirtualizingCollectionView(sourceSchema, autoCreateItemProperties, pageSize, maxRealizedItemCount)
public DataGridVirtualizingCollectionView( DataTable sourceSchema, bool autoCreateItemProperties, int pageSize, int maxRealizedItemCount )
Parameters
- sourceSchema
- A reference to the DataTable used as the source schema.
- autoCreateItemProperties
- true if item properties are to be automatically created; false otherwise.
- pageSize
- The number of items that are contained in each page of data that is loaded in memory.
- maxRealizedItemCount
- The maximum amount of items that can be loaded in memory.