Skip to main content
All docs
V25.1
  • DaysExceptionRule.Days Property

    Provides access to a collection of ExceptionDay objects that specify exception days.

    Namespace: DevExpress.XtraGantt.Exceptions

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public ExceptionDayCollection Days { get; }

    Property Value

    Type Description
    DevExpress.XtraGantt.Exceptions.ExceptionDayCollection

    An object that contains ExceptionDay objects.

    See Also