CalendarView.DayOfWeekFormatProperty Property

Definition

Identifies the DayOfWeekFormat  dependency property.

public:
 static property DependencyProperty ^ DayOfWeekFormatProperty { DependencyProperty ^ get(); };
static DependencyProperty DayOfWeekFormatProperty();
public static DependencyProperty DayOfWeekFormatProperty { get; }
var dependencyProperty = CalendarView.dayOfWeekFormatProperty;
Public Shared ReadOnly Property DayOfWeekFormatProperty As DependencyProperty

Property Value

The identifier for the DayOfWeekFormat   dependency property.

Applies to

See also