Search
ResourceViewSettings.getGroupRowHeader Method
See Also
 






Gets a value indicating whether the rows display the header as a group header.

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

 Syntax

Java  Copy Code

public Boolean getGroupRowHeader ()

 Return Value

A Boolean value. true to activate this feature or false to turn it off.

 Remarks

This property is only used if setViewStyle is set to ResourceViewStyle.Lanes.

 See Also