GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / IsProcessing Property


In This Topic
IsProcessing Property
In This Topic
Gets a boolean value indicating whether the GcSpreadSheet is processing an UI action.
Syntax
'Declaration
 
Public ReadOnly Property IsProcessing As Boolean
 
'Usage
 
Dim instance As GcSpreadSheet
Dim value As Boolean
 
value = instance.IsProcessing

Property Value

true if the GcSpreadSheet is processing an UI action; otherwise, false.
See Also