GanttControlOptionsView.ShowIndicator Property
Gets or sets whether the node indicator panel is displayed in the task list.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.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 ShowIndicator |
---|---|
GanttControl |
|
See Also