Search
MonthSettings.setSubHeaderHeight Method
See Also
 






Sets the height of the secondary header in a SingleMonth view.

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

 Syntax

Java  Copy Code

public void setSubHeaderHeight (
    Integer value
)

 Parameters

value

A non-negative integer value specifying the height of the header in pixels. Set to null to use the corresponding value from the current theme.

 Remarks

A value of 0 causes the Calendar component to automatically calculate the header size based on the header font size.

 See Also