Search
CellSettings.setShowToday Method
See Also
 






Sets a value indicating whether the calendar should mark the current cell by underlining the header area.

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

 Syntax

Java  Copy Code

public void setShowToday (
    Boolean value
)

 Parameters

value

true to indicate visually the current day; otherwise, false. Set to null to use the corresponding value from the current theme.

 See Also