[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.CanUndo

CanUndo Property

CanUndo

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

Declaration
[Browsable(false)]
public bool CanUndo { get; }
<Browsable(False)>
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