Search
Appointment.setDescriptionText Method
See Also
 






Sets the details text displayed for this appointment by scheduling controls.

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

 Syntax

Java  Copy Code

public void setDescriptionText (
    String value
)

 Parameters

value

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

 Remarks

This method is equivalent to setDetails.

 See Also