Search
ListViewSettings.getSubHeaderDivisions Method
See Also
 






Gets the number of divisions in the sub-header.

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

 Syntax

Java  Copy Code

public Integer getSubHeaderDivisions ()

 Return Value

An integer value specifying the number of cells in the subheader.

 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