FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelUndoStack Class
Properties Methods Events


In This Topic
    ExcelUndoStack Class Members
    In This Topic

    The following tables list the members exposed by ExcelUndoStack.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a ExcelUndoStack.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value that indicates whether the stack contains actions that can be re-done. (Inherited from C1.WPF.FlexGrid.UndoStack)
    Public PropertyGets a value that indicates whether the stack contains actions that can be undone. (Inherited from C1.WPF.FlexGrid.UndoStack)
    Top
    Public Methods
     NameDescription
    Public MethodAdds an action to the undo/redo stack. (Inherited from C1.WPF.FlexGrid.UndoStack)
    Public MethodClears the undo/redo stack. (Inherited from C1.WPF.FlexGrid.UndoStack)
    Public MethodExecutes a Redo command. (Inherited from C1.WPF.FlexGrid.UndoStack)
    Public MethodExecutes an Undo command. (Inherited from C1.WPF.FlexGrid.UndoStack)
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the UndoStack.StateChanged event. (Inherited from C1.WPF.FlexGrid.UndoStack)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the status of the undo stack changes. (Inherited from C1.WPF.FlexGrid.UndoStack)
    Top
    See Also