DxSchedulerAppointmentView.ShowRecurrenceIcon Property
In This Article
Specifies if the appointment should show a recurrence icon .
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public bool ShowRecurrenceIcon { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
Refer to DxSchedulerAppointmentView for examples.
See Also