Back to Devexpress

GanttControlOptionsView.ShowHorzLines Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontroloptionsview-a8f3076a.md

latest1.6 KB
Original Source

GanttControlOptionsView.ShowHorzLines Property

Gets or sets whether to show horizontal lines in the task list.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Lines")]
[XtraSerializableProperty]
public override bool ShowHorzLines { get; set; }
vb
<DXCategory("Lines")>
<XtraSerializableProperty>
<DefaultValue(False)>
Public Overrides Property ShowHorzLines As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the horizontal lines are shown; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowHorzLines
GanttControl

.OptionsView .ShowHorzLines

|

See Also

GanttControlOptionsView Class

GanttControlOptionsView Members

DevExpress.XtraGantt Namespace