Search
Appointment.getHeaderText Method
See Also
 






Gets the header text displayed for this appointment by scheduling controls.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public String getHeaderText ()

 Return Value

A string containing the appointment's header text. The default is an empty string.

 Remarks

This method is equivalent to getSubject.

 See Also