Click or drag to resize
StartEditingEventArgsCanStart Property
Gets or sets whether whether or not the user can start editing the contents of the cell.

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

Property Value

Type: Boolean
true to allow the user to edit the cell; false to prevent editing.
See Also