ICalendarImporter(SchedulerControl) Constructor
In This Article
Initializes a new instance of the ICalendarImporter class with the specified scheduler.
Namespace: DevExpress.Xpf.Scheduling.iCalendar
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public ICalendarImporter(
SchedulerControl scheduler
)
#Parameters
Name | Type | Description |
---|---|---|
scheduler | Scheduler |
A DevExpress. |
See Also