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





Gets or sets the formatting of the date displayed in the picker's text box. This is a dependency property.

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

 Syntax

C#  Copy Code

public string CustomDateTimeFormat { get; set; }

Visual Basic  Copy Code

Public Property CustomDateTimeFormat As String

 Property Value

A formatting string.

 Remarks

If the value of this property is null (Nothing in Visual Basic) or an empty string, the date in the text box will be formatted as Short. 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