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

    Gets the day of the month when the rule applies.

    Namespace: DevExpress.XtraGantt.Exceptions

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [DefaultValue(1)]
    public int DayOfMonth { get; set; }

    Property Value

    Type Default Description
    Int32 1

    A Int32 value that specifies the day of the month when the rule applies.

    See Also