Search
ResourceViewSettings.getRowHeaderSize Method
See Also
 






Gets the size of the row header.

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

 Syntax

Java  Copy Code

public Integer getRowHeaderSize ()

 Return Value

An integer value specifying the size in pixels of the row headers.

 Remarks

The size of a header is used only when getGroupRowHeader is enabled. Otherwise, the size of the header equals getLaneSize.

 See Also