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