Search
TimetableSettings.setDayHeaderMinSize Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setDayHeaderMinSize (
    Integer value
)

 Parameters

value

An integer value specifying the minimal header size in pixels. The minimal allowed value is 5. Set to null to use the corresponding value from the current theme.

 See Also