Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Gantt

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.

If you need to apply a rule for a limited number of times, use the Count property.

When both Count and Until properties are specified, the rule reoccurs until both of the properties affect rule recurrence.

See Also