Infragistics(R) NetAdvantage(R) Windows Forms
ResumeRowSynchronization Method
See Also  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace > UltraGridBase Class : ResumeRowSynchronization Method

Resumes row syncronizations.

Syntax

Visual Basic (Declaration) 
Public Sub ResumeRowSynchronization() 
C# 
public void ResumeRowSynchronization()

Remarks

SuspendRowSynchronization and ResumeRowSynchronization methods can be used to temporarily suspend UltraGrid from responding to data source change notifications. When row syncrhonization is suspended, the UltraGrid will still mark the rows dirty so it will re-create the rows next time it gets painted.

See Also