Search
CellSettings.getHeaderSize Method
See Also
 






Gets the size of the cell header in pixels.

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

 Syntax

Java  Copy Code

public Integer getHeaderSize ()

 Return Value

A non-negative integer value specifying the size in pixels.

 Remarks

This property specifies the height of the header if getHeaderPosition is either Position.Top or Position.Bottom, or the width of the header if getHeaderPosition is Position.Left or Position.Right. Specifying 0 for this property expands the header to fill the entire cell.

 See Also