Search
ItemDrawContext.getIsMilestone Method
See Also
 






Gets a value indicating whether the item is rendered in milestone mode.

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

 Syntax

Java  Copy Code

public boolean getIsMilestone ()

 Return Value

true indicates that the item is currently laid out and rendered in milestone mode, that is, the ListViewSettings.setEnableMilestoneMode property of the ListViewSettings class is set to true; otherwise, false.

 See Also