RecurOptsDataSourceDayOfWeek Property

This read-only property returns a data source containing the days of the week based on DayOfWeek.

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public static IList DayOfWeek { get; }

Property Value

IList
An IList interface reference suitable for data binding. The underlying object is a ListT containing a set of ListItem objects.

See Also