Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandResult Structure / ActionCategory Property


In This Topic
ActionCategory Property
In This Topic
Gets or sets the action category that indicates data causes invalidating UI.
Syntax
'Declaration
 
Public Property ActionCategory As ActionCategory
 
'Usage
 
Dim instance As CommandResult
Dim value As ActionCategory
 
instance.ActionCategory = value
 
value = instance.ActionCategory

Property Value

The action category that indicates data causes invalidating UI.
See Also