ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelection Class / BeginUpdate Method

In This Topic
    BeginUpdate Method
    In This Topic
    Begins the update. The changes won't have effect until the EndUpdate method is called.
    Syntax
    'Declaration
     
    
    Public Sub BeginUpdate() 
    public void BeginUpdate()
    See Also