Search
ResourceViewSettings.ShowPaddingDates Property
See Also
 





Gets or sets a value indicating whether to display padding dates.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public State ShowPaddingDates { get; set; }

Visual Basic  Copy Code

Public Property ShowPaddingDates As State

 Property Value

A member of the State enumeration. Assign Unspecified to this property 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 Date and EndDate properties. This usually happens when the viewport is larger than the entire time range. Set this property to Disabled if you don't want the control to draw external dates.

 See Also