ColumnUngroupUndoAction Class Members
In This Topic
The following tables list the members exposed by ColumnUngroupUndoAction.
Public Constructors
Public Properties
| Name | Description |
| CanUndo | Gets a value that indicates whether the action can be undone. |
Top
Public Methods
| Name | Description |
| CanExecute | Overridden. Defines the method that determines whether the action can execute in its current state. |
| Execute | Overridden. Executes the ungroup action on the specified sender. |
| SaveState | Saves the state for undoing the action. |
| ToString | Returns a System.String that represents this instance. |
| Undo | Undoes the action on the specified sender. |
Top
Public Events
See Also