Back to Devexpress

GanttFixedPanel Enum

windowsforms-devexpress-dot-xtragantt-2b6b5474.md

latest1.2 KB
Original Source

GanttFixedPanel Enum

Enumerates modes that specify whether the task list or chart width is fixed when the user resizes the control.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public enum GanttFixedPanel
vb
Public Enum GanttFixedPanel

Members

NameDescription
Default

The mode is not specified explicitly. Enables the None mode.

| | Tree |

The task list width is fixed.

| | Chart |

The chart width is fixed.

| | None |

None width is fixed. The task list and diagram change their widths proportionally.

|

The following properties accept/return GanttFixedPanel values:

See Also

DevExpress.XtraGantt Namespace