Skip to main content
A newer version of this page is available. .

DxSchedulerAppointmentView.ShowRecurrenceIcon Property

Specifies if the appointment should show a recurrence icon recurrence icon.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public bool ShowRecurrenceIcon { get; }

Property Value

Type Description
Boolean

true, if the appointment should show a recurrence icon

Remarks

Refer to DxSchedulerAppointmentView for examples.

See Also