MindFusion.Wpf Pack Programmer's Guide
DateTimePicker.IsShowingCenturies Property
See Also
 





Gets or sets a value that enables or disables the Century view on the drop-down calendar. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public bool IsShowingCenturies { get; set; }

Visual Basic  Copy Code

Public Property IsShowingCenturies As Boolean

 Property Value

true if the CurrentView property of the drop-down calendar is Century; otherwise, false.

 See Also

DateTimePicker Members
DateTimePicker Class
MindFusion.UI.Wpf Namespace