Search
Item.getDescriptionText Method
See Also
 






Gets 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 String getDescriptionText ()

 Return 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