KryptonOutlookGrid.ShowLines Property

Krypton OutlookGrid

KryptonOutlookGridShowLines Property
Krypton OutlookGrid v1.6.0
Gets or sets a value indicating whether the lines are shown between nodes.

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public bool ShowLines { get; set; }
Public Property ShowLines As Boolean
	Get
	Set

Property Value

Type: Boolean
true if [show lines]; otherwise, false.
See Also