Search
Item.setDescriptionText Method
See Also
 






Sets the description displayed for this item by scheduling controls.

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

 Syntax

Java  Copy Code

public abstract void setDescriptionText (
    String value
)

 Parameters

value

A string containing the description of this item.

 Remarks

All classes that derive from Item must implement this property. Components such as Calendar display this text in the details area of an item visual representation.

 See Also