Search
TimetableSettings.setExpandActiveItemOn Method
See Also
 






Sets whether the active item should ignore collisions.

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

 Syntax

Java  Copy Code

public void setExpandActiveItemOn (
    EnumSet<ItemAction> value
)

 Parameters

value

One of the ItemAction constants. Set to null to use the corresponding value from the current theme.

 See Also