Back to Devexpress

GanttView.FirstVisibleDate Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-bcef43de.md

latest1.3 KB
Original Source

GanttView.FirstVisibleDate Property

Gets or sets the first date visible in the Gantt area. This is a dependency property.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public DateTime FirstVisibleDate { get; set; }
vb
Public Property FirstVisibleDate As Date

Property Value

TypeDescription
DateTime

The first visible date.

|

Remarks

Use the FirstVisibleDate property to specify the horizontal scroll position of the Gantt area by setting the first visible date.

See Also

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace