Back to Devexpress

WorkWeekRule Class

windowsforms-devexpress-dot-xtragantt-e9bcf158.md

latest1.2 KB
Original Source

WorkWeekRule Class

Represents a regular workweek schedule.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public class WorkWeekRule :
    BaseRule,
    INotifyScheduleDayChanged,
    ICollection,
    IEnumerable
vb
Public Class WorkWeekRule
    Inherits BaseRule
    Implements INotifyScheduleDayChanged,
               ICollection,
               IEnumerable

The following members return WorkWeekRule objects:

Inheritance

Object BaseRule WorkWeekRule

See Also

WorkWeekRule Members

DevExpress.XtraGantt Namespace