GanttView.FitRangeToWidth(DateTime, DateTime) Method
In This Article
Zooms the specified date range to fit it into the Gantt area.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
range |
Date |
A range start date. |
range |
Date |
A range end date. |
#Remarks
The method call has no result until the GanttControl is loaded and has a non-zero width.
See Also