Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / UndoManager Property


In This Topic
    UndoManager Property (GcSpreadSheet)
    In This Topic
    Gets the undo manager for the control.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public ReadOnly Property UndoManager As UndoManager
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As UndoManager
     
    value = instance.UndoManager
    [Browsable(false)]
    public UndoManager UndoManager {get;}
    See Also