Gets or sets the String value determining display format of date values to use in appointments and built-in dialogs.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[DefaultValueAttribute("d")]
public string DateFormatString { get; set; }
Visual Basic
<DefaultValueAttribute("d")> _
Public Property DateFormatString As String
	Get
	Set

Remarks

The actual representation depends on the value of the Culture property.

See Also