Search
ItemSettings.setUseExtendedStyles Method
See Also
 






Sets a value indicating whether the appropriate styles are used when an item is pointed with the mouse.

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

 Syntax

Java  Copy Code

public void setUseExtendedStyles (
    Boolean value
)

 Parameters

value

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

 Remarks

If this value is false, the pointed styles (that is, getPointedItemStyle and getPointedSelectedItemStyle) are ignored.

 See Also