BeginUpdate Method (C1FlexGridMultiRowViewBase)
In This Topic
Maintains performance by preventing the attached
C1.Win.C1FlexGrid.C1FlexGrid controls from updating itself until the
EndUpdate method is called.
Syntax
'Declaration
Public Sub BeginUpdate()
public void BeginUpdate()
See Also