Gets or sets the custom date/time format string.

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

Syntax

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

Remarks

The default is null.

If you use both Mask and CustomFormat properties, make sure that property values conform to each other.

See Also