Gets or sets a String value determining the format string used for the date picker part of the C1DateTimePicker control. This is a dependency property.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public string DateFormat { get; set; }
Visual Basic (Declaration)
Public Property DateFormat As String
	Get
	Set

Remarks

The default value is 'd'.

This is a dependency property.

See Also