Search
Appointment.setHeaderText Method
See Also
 






Sets 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 void setHeaderText (
    String value
)

 Parameters

value

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

 Remarks

This method is equivalent to setSubject.

 See Also