[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.CanUndo

CanUndo Property

CanUndo

Gets a value indicating whether the control can undo the previous operation in a control.

Declaration
public bool CanUndo { get; }
Public ReadOnly Property CanUndo As Boolean
Property Value
Type Description
bool

true if this instance can undo; otherwise, false.

Remarks

If this method returns true, you can call the Undo() method to undo the last operation in a control.

See Also