Click or drag to resize
ParamCellActivationMode Property
Gets or sets the mode for activating or editing the current cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(typeof(ActivateFlags), "OnClickInText")]
public ActivateFlags CellActivationMode { get; set; }

Property Value

Type: ActivateFlags
The mode for activating the current cell.
See Also