CalendarViewDayItem.DateProperty Property

Definition

Identifies the Date  dependency property.

public:
 static property DependencyProperty ^ DateProperty { DependencyProperty ^ get(); };
static DependencyProperty DateProperty();
public static DependencyProperty DateProperty { get; }
var dependencyProperty = CalendarViewDayItem.dateProperty;
Public Shared ReadOnly Property DateProperty As DependencyProperty

Property Value

The identifier for the Date  dependency property.

Applies to

See also