Spread Windows Forms 15.0
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
    public ActionCategory ActionCategory {get; set;}

    Property Value

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