Back to Devexpress

DxSchedulerRecurrenceInfo.Frequency Property

blazor-devexpress-dot-blazor-dot-dxschedulerrecurrenceinfo-58cbb436.md

latest1.5 KB
Original Source

DxSchedulerRecurrenceInfo.Frequency Property

Specifies the frequency with which the appointment reoccurs based on the Type property value.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public int Frequency { get; set; }

Property Value

TypeDescription
Int32

The frequency with which the appointment reoccurs.

|

Remarks

The Type property specifies the unit of time used to calculate appointments repeats (daily, weekly, monthly, or yearly). Use the Frequency property to set the interval that defines the recurrence’s frequency (for instance, every Nth day, every Nth week, every Nth month, every Nth year).

See the DxSchedulerRecurrenceInfo class description for additional information and an example.

Implements

Frequency

See Also

DxSchedulerRecurrenceInfo Class

DxSchedulerRecurrenceInfo Members

DevExpress.Blazor Namespace