Xceed DataGrid for Silverlight Documentation
BeginInit Method (DataGridControl)


Signals the beginning of a batch modification process.
Syntax
'Declaration
 
Public Sub BeginInit() 
'Usage
 
Dim instance As DataGridControl
 
instance.BeginInit()
public void BeginInit()
Remarks
During a batch modification process, data will not be loaded, sorting operations will not be done, and the visible positions of columns will not be resequenced. All of these operations will be accomplished once the EndInit method is called.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback