Search
Item.setHeaderText Method
See Also
 






Sets the header text displayed for this item by scheduling controls.

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

 Syntax

Java  Copy Code

public abstract void setHeaderText (
    String value
)

 Parameters

value

A string specifying the item's header text.

 Remarks

Calendar components display this value in the header area of the box that represents an item.

 See Also