Gets or sets the custom date format string.

Namespace:  C1.Xaml.DateTimeEditors
Assembly:  C1.Xaml.DateTimeEditors (in C1.Xaml.DateTimeEditors.dll)

Syntax

C#
public string CustomDateFormat { get; set; }
Visual Basic
Public Property CustomDateFormat As String
	Get
	Set

Remarks

The default is null.

See Also