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.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
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.