Search
MonthRangeSettings.getHeaderHeight Method
See Also
 






Gets the height of the header in a CalendarView.MonthRange view.

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

 Syntax

Java  Copy Code

public Integer getHeaderHeight ()

 Return Value

A non-negative integer value specifying the height of the header in pixels.

 Remarks

A value of 0 causes the calendar control to automatically calculate the header height based on the size of the header font.

 See Also