Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / DragFillUndoAction Class / CanUndo Property


In This Topic
    CanUndo Property (DragFillUndoAction)
    In This Topic
    Gets a value that indicates whether the action can be undone.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanUndo As Boolean
    'Usage
     
    Dim instance As DragFillUndoAction
    Dim value As Boolean
     
    value = instance.CanUndo
    public bool CanUndo {get;}
    See Also