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

HolidayBaseCollection Class

Represents a collection of Holiday objects.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public class HolidayBaseCollection :
    DXCollection<Holiday>

Remarks

Add holidays contained in the HolidayBaseCollection collection to the WorkDaysCollection, accessible via the ASPxScheduler.WorkDays property.

Inheritance

See Also