FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid.View Namespace / C1FlexGridExternalViewBase Class / BeginUpdate Method

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