Click or drag to resize
ButtonClickedRowColEventArgsFlags Property
Gets or sets the button click flags.

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

Property Value

Type: Int32
The button click flags.
Remarks
The button click flags are a bit-wise combination of KeyType enumeration values.
See Also