Skip to main content

WorkdaysCollection Class

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v21.1.dll

Declaration

public class WorkdaysCollection :
    ObservableRangeCollection<DayOfWeek>

The following members accept/return WorkdaysCollection objects:

Inheritance

Object
Collection<DayOfWeek>
ObservableCollection<DayOfWeek>
DevExpress.WinUI.Core.Internal.ObservableRangeCollection<DayOfWeek>
WorkdaysCollection
See Also