Gets or sets a boolean value indicates whether the command is executed from an UI action.
public virtual bool IsUIAction {get; set;}
'Declaration
Public Overridable Property IsUIAction As Boolean
'Usage
Dim instance As Command
Dim value As Boolean
instance.IsUIAction = value
value = instance.IsUIAction