Back to Devexpress

GanttView.ViewInfo Property

windowsforms-devexpress-dot-xtrascheduler-dot-ganttview-17eabf40.md

latest1.5 KB
Original Source

GanttView.ViewInfo Property

Gets the information on the visual representation of the object.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
DevExpress.XtraScheduler.Drawing.GanttViewInfo

A DevExpress.XtraScheduler.Drawing.TimelineViewInfo object providing information on the visual representation of the GanttView‘s elements.

|

Remarks

The ViewInfo property provides access to a DevExpress.XtraScheduler.Drawing.TimelineViewInfo object. The properties and methods of this object can be used to obtain information on the visual appearance of the view’s elements.

See Also

Scheduler Control

GanttView Class

GanttView Members

DevExpress.XtraScheduler Namespace