Skip to main content

RecurrenceByDayOfWeek.DayOfWeek Property

Gets or sets a day of week when the rule is applied. This is a dependency property.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v23.2.dll

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public DaysOfWeek DayOfWeek { get; set; }

Property Value

Type Description
DevExpress.Mvvm.DaysOfWeek

A day of week.

Remarks

Use the DayOfWeek property to specify a day of week when the rule is applied.

See Also