Back to Devexpress

GanttControl.TimescaleLeftIndent Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-5719b975.md

latest1.2 KB
Original Source

GanttControl.TimescaleLeftIndent Property

Gets or sets the indentation of the content from the chart’s left edge.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue(-1)]
[DXCategory("Appearance")]
public int TimescaleLeftIndent { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(-1)>
Public Property TimescaleLeftIndent As Integer

Property Value

TypeDefaultDescription
Int32-1

An integer value that specifies the indentation of the content from the chart’s left edge.

|

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace