Search
MonthSettings.setPaddingDaysStyle Method
See Also
 






Sets the Style object used to specify appearance settings for the days from previous and next months, shown when the getShowPaddingDays is enabled.

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

 Syntax

Java  Copy Code

public void setPaddingDaysStyle (
    Style value
)

 Parameters

value

An instance of the Style class. This property cannot be null.

 See Also