Search
CellSettings.setHeaderSize Method
See Also
 






Sets the size of the cell header in pixels.

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

 Syntax

Java  Copy Code

public void setHeaderSize (
    Integer value
)

 Parameters

value

A non-negative integer value specifying the size in pixels. Set to null to use the corresponding value from the current theme.

 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