GanttControlOptionsView.ShowIndicator Property
In This Article
Gets or sets whether the node indicator panel is displayed in the task list.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
[DefaultValue(false)]
[DXCategory("Visual Elements")]
[XtraSerializableProperty]
public override bool ShowIndicator { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the node indicator panel is displayed; otherwise, false. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Show |
---|---|
Gantt |
|
See Also