Back to Devexpress

GanttControl.TimescaleRightIndent Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-78755f30.md

latest1.2 KB
Original Source

GanttControl.TimescaleRightIndent Property

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

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDefaultDescription
Int32-1

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

|

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace