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

Recurrence.Until Property

Gets or sets the last 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 Until { get; set; }

Property Value

Type Description
DateTime

The last 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