Click or drag to resize
GridLineStyle Enumeration
The different available grid line styles.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public enum GridLineStyle
Members
  Member nameValueDescription
Solid0 The line is solid.
Dash1 The line is dashed.
Dot2 The line is dotted.
DashDot3 The line has alternating dashes and dots.
DashDotDot4 The line has alternating dashes and double dots.
See Also