ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid.View Namespace / C1FlexGridMultiRowViewBase Class / IsUpdating Property

In This Topic
    IsUpdating Property (C1FlexGridMultiRowViewBase)
    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