Gets or sets the custom date/time format string.

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
XMLNS for XAML: http://schemas.componentone.com/wpf/DateTimeEditors

Syntax

C#
public string CustomFormat { get; set; }
Visual Basic (Declaration)
Public Property CustomFormat As String
	Get
	Set
XAML Attribute Usage
<object CustomFormat="string" .../>

Remarks

The default is null.

See Also