Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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