RecurOptsDataSource Class
This is a helper class use to create data sources for such controls as combo boxes, list boxes, etc. so
that the various recurrence options can be shown and modified with them. The descriptions are localized
and will be set according to the current culture.
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public static class RecurOptsDataSource
Public NotInheritable Class RecurOptsDataSource
public ref class RecurOptsDataSource abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type RecurOptsDataSource = class end
- Inheritance
- Object RecurOptsDataSource
DayOccurrences |
This read-only property returns a data source containing DayOccurrence values
|
DayOfWeek |
This read-only property returns a data source containing the days of the week based on
DayOfWeek.
|
DaysOfWeek |
This read-only property returns a data source containing the days of the week based on
DaysOfWeek. This includes entries for Weekdays, Weekends, and Every Day.
|
MonthsOfYear |
This read-only property returns a data source containing the months of the year
|