Search
ListViewSettings.setHeaderStyle Method
See Also
 






Sets the style of the List view header.

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

 Syntax

Java  Copy Code

public void setHeaderStyle (
    EnumSet<ListViewHeaderStyles> value
)

 Parameters

value

One of the ListViewHeaderStyles constants. Set to null to use the corresponding value from the current theme.

 See Also