Skip to main content

GanttControl.ViewInfo Property

Provides access to view information about the control.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

[Browsable(false)]
public GanttControlViewInfo ViewInfo { get; }

Property Value

Type Description
DevExpress.XtraGantt.ViewInfo.GanttControlViewInfo

A GanttControlViewInfo object that contains view information about the control.

See Also