[]
Determines the action to perform on the list.
public enum List.Action
Public Enum List.Action
Use this when you call the CanExecute(Action) method or the Execute(Action) method to specify what action to execute.
| Name | Description |
|---|---|
| ContinueNumbering | Continue numbering. |
| DecreaseLevel | Decrease level of the selected list items. |
| IncreaseLevel | Increase level of the selected list items. |
| RestartNumbering | Restart numbering. |