Search
ResourceViewSettings.getShowPaddingDates Method
See Also
 






Gets a value indicating whether to display padding dates.

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

 Syntax

Java  Copy Code

public Boolean getShowPaddingDates ()

 Return Value

A Boolean value.

 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