ISchedulerAppointmentActions.SelectedAppointment Property
In This Article
Specifies the selected appointment.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
DxSchedulerAppointmentItem SelectedAppointment { get; set; }
#Property Value
Type | Description |
---|---|
Dx |
The selected appointment. |
See Also