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