Search
ListViewSettings.setGroupHeaderStyle Method
See Also
 






Sets the appearance style used to paint the headers of individual columns.

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

 Syntax

Java  Copy Code

public void setGroupHeaderStyle (
    Style value
)

 Parameters

value

A Style object specifying the style of the column headers. This property cannot be null.

 See Also