Gets the size of the cell header in pixels.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public Integer getHeaderSize () |
A non-negative integer value specifying the size in pixels.
RemarksThis 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