FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1FlexGridBandedView Class / IsUpdating Property

In This Topic
    IsUpdating Property (C1FlexGridBandedView)
    In This Topic
    Gets a value indicating that the view is within the BeginUpdate/EndUpdate methods.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsUpdating As Boolean
    public bool IsUpdating {get;}
    See Also