Click or drag to resize
GridControlSetNewGridLineMode Method (Boolean, GridLineStyle, Boolean)
Sets the old or new grid line drawing with a specific type and borders settings.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public static void SetNewGridLineMode(
	bool enable,
	GridLineStyle style,
	bool noHeaderBorders
)

Parameters

enable
Type: SystemBoolean
true enables the new line mode; false enables the new old mode.
style
Type: Stingray.GridGridLineStyle
The style to apply.
noHeaderBorders
Type: SystemBoolean
true to remove the header borders; false to display the header borders.
See Also