corelibraries-devexpress-dot-schedule-3a5348c9.md
Represents a collection of Holiday objects.
Namespace : DevExpress.Schedule
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public class HolidayBaseCollection :
DXCollection<Holiday>
Public Class HolidayBaseCollection
Inherits DXCollection(Of Holiday)
The following members return HolidayBaseCollection objects:
Add holidays contained in the HolidayBaseCollection collection to the WorkDaysCollection, accessible via the ASPxScheduler.WorkDays property.
Object DXCollectionBase<Holiday> DXCollection<Holiday> HolidayBaseCollection
See Also