Click or drag to resize
MButtonHitRowColEventArgsHitState Property
Gets or sets the hit state for the event.

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

Property Value

Type: Int32
A bit-wise combination of HitState enumeration values that hold the hit state for the event.
See Also