Back to Devexpress

GanttControlOptionsView.DependencyDisplayMode Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontroloptionsview-4bbc9f2e.md

latest1.7 KB
Original Source

GanttControlOptionsView.DependencyDisplayMode Property

Gets or sets whether dependency lines are displayed behind the text or above it.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue(DependencyDisplayMode.BehindText)]
[DXCategory("Visual Elements")]
[XtraSerializableProperty]
public DependencyDisplayMode DependencyDisplayMode { get; set; }
vb
<DXCategory("Visual Elements")>
<XtraSerializableProperty>
<DefaultValue(DependencyDisplayMode.BehindText)>
Public Property DependencyDisplayMode As DependencyDisplayMode

Property Value

TypeDefaultDescription
DevExpress.XtraGantt.DependencyDisplayModeBehindText

A value that specifies whether dependency lines are displayed behind the text or above it.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DependencyDisplayMode
GanttControl

.OptionsView .DependencyDisplayMode

|

See Also

GanttControlOptionsView Class

GanttControlOptionsView Members

DevExpress.XtraGantt Namespace