Gets or sets a value indicating whether to display padding dates.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public State ShowPaddingDates { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowPaddingDates As State |
A member of the State enumeration. Assign Unspecified to this property to use the corresponding value from the current theme.
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.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |