Search
Calendar.setImageList Method
See Also
 






Sets the image list associated with the calendar.

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

 Syntax

Java  Copy Code

public void setImageList (
    ImageList value
)

 Parameters

value

An instance of the ImageList class.

 Remarks

The value of Style.getImageIndex is an index within this list.

 See Also