Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / Row Class / SynchronizeActualAndTemplateCells Method


SynchronizeActualAndTemplateCells Method
Syntax
'Declaration
 
Protected Overridable Sub SynchronizeActualAndTemplateCells( _
   ByVal dataGridContext As DataGridContext, _
   ByVal columns As ColumnCollection, _
   ByVal initializeTemplateCells As Boolean _
) 
 
'Usage
 
Dim instance As Row
Dim dataGridContext As DataGridContext
Dim columns As ColumnCollection
Dim initializeTemplateCells As Boolean
 
instance.SynchronizeActualAndTemplateCells(dataGridContext, columns, initializeTemplateCells)

Parameters

dataGridContext
columns
initializeTemplateCells
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also