Search
ListViewSettings.setEnableMilestoneMode Method
See Also
 






Sets a value indicating whether milestone item rendering mode is turned on. When in this mode, items are not rendered as ribbons but rather as small squares in the cell where the items start.

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

 Syntax

Java  Copy Code

public void setEnableMilestoneMode (
    Boolean value
)

 Parameters

value

A Boolean value. Set to null to use the corresponding value from the current theme.

 See Also