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

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