Back to Devexpress

GanttControl.TimescaleColumnSize Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-9d15f386.md

latest1.8 KB
Original Source

GanttControl.TimescaleColumnSize Property

Gets or sets the timescale unit width as a percentage of the default width.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue(100)]
[DXCategory("Appearance")]
public double TimescaleColumnSize { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(100)>
Public Property TimescaleColumnSize As Double

Property Value

TypeDefaultDescription
Double100

A Double value that specifies the unit width as a percentage of the default width.

|

Remarks

Timescale units (month, week, day, etc.) have a predefined width. The predefined width depends on the unit text (month names, day numbers, etc.). Use the TimescaleColumnSize property to specify the unit width as a percentage of the default width. For example, if this property is set to 50 , the unit width is half of the default width. The figures below show the default width and doubled width for month units.

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace