Search
ListViewSettings.setSubHeaderDivisions Method
See Also
 






Sets the number of divisions in the sub-header.

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

 Syntax

Java  Copy Code

public void setSubHeaderDivisions (
    Integer value
)

 Parameters

value

An integer value specifying the number of cells in the subheader. Set to null to use the corresponding value from the current theme.

 Remarks

The value of this property is used only when the subheader of the CalendarView.List view is displayed (as specified by getHeaderStyle). The value specifies the number of cells in the subheader. The date in each cell is calculated automatically and is displayed according to getSubTitleFormat.

 See Also