Click or drag to resize
GridControlSetNewGridLineMode Method
Sets the old or new grid line drawing.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public static void SetNewGridLineMode()
Remarks
Use this method if you want to use the old drawing technique, to be compatible with earlier versions.

Equivalent to SetNewGridLineMode(true, Dot, true).

See Also