DxSchedulerAppointmentView.Appointment Property
Returns the appointment.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DxSchedulerAppointmentItem Appointment { get; }
Property Value
Type | Description |
---|---|
DxSchedulerAppointmentItem | The appointment. |
Remarks
Refer to DxSchedulerAppointmentView for examples.
See Also