Click or drag to resize
GridControlEnableUndo Property
Gets or sets a value indicating whether the undo feature is enabled.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(false)]
public bool EnableUndo { get; set; }

Property Value

Type: Boolean
true if the undo feature is enabled; otherwise, false.
See Also