Gets or sets the String value determining format used to display day header in a Day view. The default value is 'dddd MMM d'. This is a dependency property.

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

Syntax

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

Remarks

The default value for this property is 'dddd MMM d'.

This is a dependency property.

See Also