Search
ListViewSettings.setHeaderShadowColor Method
See Also
 






Sets the color of the shadows cast by headers.

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

 Syntax

Java  Copy Code

public void setHeaderShadowColor (
    Color value
)

 Parameters

value

A Color object specifying the shadow color. Set to null to use the corresponding value from the current theme.

 See Also