Search
ListViewSettings.getHeaderSize Method
See Also
 






Gets the header size 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 header size. A value of 0 hides the header.

 Remarks

This value specifies the header width if getOrientation is Orientation.Horizontal or the height if getOrientation is Orientation.Vertical.

 See Also