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

Recurrence.Start Property

Gets or sets the first date of a date range during which the rule is applied. This is a dependency property.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v18.2.dll

Declaration

public DateTime Start { get; set; }

Property Value

Type Description
DateTime

The first date of a date range during which the rule is applied.

Remarks

Use the Start and the Until properties to specify the date range during which the rule is applied.

See Also