Skip to main content

DayOfWeekHeader.DayOfWeek Property

Gets the day of the week, associated with the current DayOfWeekHeader

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public DayOfWeek DayOfWeek { get; }

Property Value

Type Description
DayOfWeek

A DayOfWeek object

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DayOfWeek property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also