Search
ResourceViewSettings.setGroupRowHeader Method
See Also
 






Sets 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 void setGroupRowHeader (
    Boolean value
)

 Parameters

value

A Boolean value. true to activate this feature or false to turn it off. Set to null to use the corresponding value from the current theme.

 Remarks

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

 See Also