Back to Devexpress

SchedulerControl.GanttView Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-3e0151aa.md

latest1.6 KB
Original Source

SchedulerControl.GanttView Property

Gets an object that defines the settings of the scheduler’s Gantt View.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public GanttView GanttView { get; }
vb
<Browsable(False)>
Public ReadOnly Property GanttView As GanttView

Property Value

TypeDescription
GanttView

A GanttView object that is the Gantt View in the scheduling area.

|

Remarks

The GanttView property is synchronized with the SchedulerViewRepository.GanttView property of the SchedulerControl.Views object.

See Also

GanttView

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace