wpf-devexpress-dot-xpf-dot-charts-dot-workdaysoptions-7d55fdca.md
Specifies holidays for exclusion from the date-time axis scale.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public IEnumerable<DateTime> Holidays { get; set; }
Public Property Holidays As IEnumerable(Of Date)
| Type | Description |
|---|---|
| IEnumerable<DateTime> |
An array of DateTime objects.
|
You can access this nested property as listed below:
| Object Type | Path to Holidays |
|---|---|
| DateTimeScaleOptionsBase |
.WorkdaysOptions .Holidays
|
Use the Holidays property, to manually populate the collection of holidays.
Alternatively, you can import holidays in the DevExpress Scheduler ( .xml ) or Microsoft Office Outlook® ( .hol ) formats from a file, using the WorkdaysOptions.LoadHolidays method.
Note
If a date is defined as both a holiday (the Holidays property) and strict workday (the WorkdaysOptions.ExactWorkdays property), it is considered working day, and consequently, it is not excluded from the axis scale.
See Also