Skip to main content

DxSchedulerAppointmentView.ShowRecurrenceIcon Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.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