Skip to main content

ExceptionRule.StartDate Property

Gets or sets the date when a rule is set to apply.

Namespace: DevExpress.XtraGantt.Base.Scheduling

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public DateTime StartDate { get; set; }

Property Value

Type Description
DateTime

A DateTime structure that specifies the date when a rule is set to apply.

See Also