Skip to main content
All docs
V25.1
  • ExceptionRule.EndDate Property

    Gets or sets the date when a rule stops applying.

    Namespace: DevExpress.XtraGantt.Base.Scheduling

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [DXCategory("Behavior")]
    public DateTime? EndDate { get; set; }

    Property Value

    Type Description
    Nullable<DateTime>

    A DateTime structure that specifies the date when a rule stops applying.

    See Also