Gets or sets the String value determining format used to display day name in a day header of a Month view. The default value is '%d'. This is a dependency property.

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

Syntax

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

Remarks

The default value for this property is '%d'.

This is a dependency property.

See Also