ASPxClientAppointment.SetAppointmentType(type) Method
Specifies the type of the current client appointment.
Declaration
SetAppointmentType(
type: ASPxAppointmentType
): void
Parameters
Name | Type | Description |
---|---|---|
type | ASPxAppointmentType | An ASPxAppointmentType enumeration value indicating the appointment type. |
See Also