Search
ResourceViewSettings.setShowPaddingDates Method
See Also
 






Sets a value indicating whether to display padding dates.

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

 Syntax

Java  Copy Code

public void setShowPaddingDates (
    Boolean value
)

 Parameters

value

A Boolean value. Set to null to use the corresponding value from the current theme.

 Remarks

It is sometimes possible that the control draws dates outside of the range specified by the Calendar.getDate and Calendar.getEndDate properties. This usually happens when the viewport is larger than the entire time range. Set this property to false if you don't want the control to draw external dates.

 See Also