Skip to main content

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

NuGet Package: DevExpress.Wpf.Gantt

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 property to specify the date (and time) starting from which the rule is applied.

You can use the Until property to specify the date (and time) when the rule can be applied for the last time.

Use the Start and Count properties to specify how many times the rule is applied starting from a specified date.

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

See Also