Click or drag to resize
ActivateFlags Enumeration
The cell activation modes specifying the manner in which a grid cell is activated.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public enum ActivateFlags
Members
  Member nameValueDescription
OnClickInText0 Activate control when user clicks into the text (default setting).
OnClick1 Activate control when user clicks anywhere in the cell.
OnSetCurrentCell2 Activate control immediately after moving the current cell.
OnDoubleClick3 Activate control when user double-clicks in the cell.
Remarks
This enumeration values are used by CellActivationMode.
See Also