Click or drag to resize
UndoEventArgsCanUndo Property
Indicates whether or not the action that triggered the event can be undone.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public bool CanUndo { get; set; }

Property Value

Type: Boolean
true if the action can be undone; false otherwise. The default value is true.
See Also