Skip to main content

WeekDaysEdit.DayOfWeek Property

Gets or sets the value selected in the WeekDaysEdit control.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public WeekDays DayOfWeek { get; set; }
Public Property DayOfWeek As WeekDays

Property Value

Type Description
WeekDays

A WeekDays enumeration member specifying a day of the week or a standard combination of days.

Remarks

Use the DayOfWeek property to access an end-user selection in the WeekDaysEdit control.

See Also