ISchedulerAppointmentActions.SelectedAppointment Property
Specifies the selected appointment.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
DxSchedulerAppointmentItem SelectedAppointment { get; set; }
Property Value
| Type | Description |
|---|---|
| DxSchedulerAppointmentItem | The selected appointment. |
See Also