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





Gets or sets a Standard .NET DateTimeFormat string to be applied on the cells in a MonthView. This is a dependency property.

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

 Syntax

C#  Copy Code

public string MonthViewFormat { get; set; }

Visual Basic  Copy Code

Public Property MonthViewFormat As String

 Property Value

A formatting string.

 Remarks

The format specifiers that can be used in the format string are listed in the MSDN's DateTimeFormatInfo class topic.

 See Also

DateTimePicker Members
DateTimePicker Class
MindFusion.UI.Wpf Namespace