ASPxClientAppointment.GetSubject Method
Gets the appointment’s subject text.
Declaration
GetSubject(): string
Returns
| Type | Description |
|---|---|
| string | A String value that specifies the text of the appointment’s subject. |
Remarks
Use the SetSubject(subject) method to specify the subject text for the appointment.
See Also