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

YearlyExceptionRule.Month Property

Gets or sets the month when the rule applies.

Namespace: DevExpress.XtraGantt.Exceptions

Assembly: DevExpress.XtraGantt.v19.2.dll

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