Search
ItemSettings.setHeaderSize Method
See Also
 






Sets the size of the item header for non all-day items in the CalendarView.Timetable view.

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

 Syntax

Java  Copy Code

public void setHeaderSize (
    Integer value
)

 Parameters

value

A non-negative integer value specifying the size of the item header. Set to null to use the corresponding value from the current theme. Set to 0 to hide the item header.

 See Also