Search
TimetableSettings.setDayHeaderSize Method
See Also
 






Sets the desired size of the header displaying all-day items.

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

 Syntax

Java  Copy Code

public void setDayHeaderSize (
    Integer value
)

 Parameters

value

An integer value specifying the header size in pixels. Set to 0 to indicate that the header should be auto-sized according to the getDayHeaderMinSize property.

 See Also