Back to Devexpress

GanttControl.ViewInfo Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-d87c7682.md

latest1.1 KB
Original Source

GanttControl.ViewInfo Property

Provides access to view information about the control.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDescription
DevExpress.XtraGantt.ViewInfo.GanttControlViewInfo

A GanttControlViewInfo object that contains view information about the control.

|

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace