Click or drag to resize
ClearEventArgs Constructor
Initializes a new ClearEventArgs object.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public ClearEventArgs(
	int styleAndValue
)

Parameters

styleAndValue
Type: SystemInt32
If true, both the style and the cell value should be cleared. If false, only the cell value should be cleared.
See Also