Skip to main content

GotoDateFormEventArgs(SchedulerViewRepository, DateTime, SchedulerViewType) Constructor

Initializes a new instance of the GotoDateFormEventArgs class with the specified repository of views, date and view type.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public GotoDateFormEventArgs(
    SchedulerViewRepository views,
    DateTime date,
    SchedulerViewType viewType
)

#Parameters

Name Type Description
views SchedulerViewRepository

A SchedulerViewRepository object that is the storage of scheduler views shown in the Go To Date dialog. This value is assigned to the GotoDateFormEventArgs.Views property.

date DateTime

A DateTime value that is a date shown in the Go To Date dialog. This value is assigned to the GotoDateFormEventArgs.Date property.

viewType SchedulerViewType

A SchedulerViewType enumeration value that is the type of scheduler view shown in the Go To Date dialog. This value is assigned to the GotoDateFormEventArgs.SchedulerViewType property.

#Remarks

Instances of the GotoDateFormEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also