Search
Item.getTag Method
See Also
 






Gets custom data associated with the item.

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

 Syntax

Java  Copy Code

public abstract Object getTag ()

 Return Value

An instance of any class derived from Object.

 Remarks

Use this property to store your custom data.

 See Also