Search
Task.setImageIndex Method
See Also
 






Sets the index of the image associated with this task.

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

 Syntax

Java  Copy Code

public void setImageIndex (
    int value
)

 Parameters

value

An integer value specifying the index of the task image within the image list associated with the view component. The default is 0.

 See Also