Skip to main content

DxSchedulerAppointmentView.ShowChangedRecurrenceIcon Property

Specifies if the appointment should show a changed recurrence icon.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public bool ShowChangedRecurrenceIcon { get; }

Property Value

Type Description
Boolean

true, if the appointment should show a changed recurrence icon

Remarks

Refer to DxSchedulerAppointmentView for examples.

See Also