A newer version of this page is available.
Switch to the current version.
HolidayBaseCollection Class
Represents a collection of Holiday objects.
Namespace: DevExpress.Schedule
Assembly: DevExpress.Data.v18.2.dll
Declaration
public class HolidayBaseCollection :
DXCollection<Holiday>
Public Class HolidayBaseCollection
Inherits DXCollection(Of Holiday)
Related API Members
The following members accept/return HolidayBaseCollection objects:
Remarks
Add holidays contained in the HolidayBaseCollection collection to the WorkDaysCollection, accessible via the ASPxScheduler.WorkDays property.
Inheritance
See Also
Feedback