Back to Devexpress

RecurrenceByDayOfWeek.DayOfWeek Property

wpf-devexpress-dot-xpf-dot-gantt-dot-recurrencebydayofweek.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public DaysOfWeek DayOfWeek { get; set; }
vb
Public Property DayOfWeek As DaysOfWeek

Property Value

TypeDescription
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

RecurrenceByDayOfWeek Class

RecurrenceByDayOfWeek Members

DevExpress.Xpf.Gantt Namespace