Skip to main content
A newer version of this page is available. .

WorkdaysOptions.LoadHolidays(String) Method

Imports holidays from the specified file.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public void LoadHolidays(
    string fileName
)

Parameters

Name Type Description
fileName String

A String value, specifying the file name.

Remarks

Apart from the capability to manually populate the collection of holidays (via the WorkdaysOptions.Holidays property), you can call the LoadHolidays method, to import holidays in the DevExpress Scheduler (.xml) or Microsoft Office Outlook® (.hol) formats from a file.

For more information, refer to Data Aggregation.

See Also