Skip to main content
All docs
V25.1
  • YearlyExceptionRule.Month Property

    Gets or sets the month when the rule applies.

    Namespace: DevExpress.XtraGantt.Exceptions

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [DefaultValue(Month.January)]
    public Month Month { get; set; }

    Property Value

    Type Default Description
    Month January

    A value that specifies when the rule applies.

    Available values:

    Show 12 items
    Name Description
    January

    January

    February

    February

    March

    March

    April

    April

    May

    May

    June

    June

    July

    July

    August

    August

    September

    September

    October

    October

    November

    November

    December

    December

    See Also