CalendarView.MaxDateProperty Property

Definition

Identifies the MaxDate  dependency property.

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

Property Value

The identifier for the   MaxDate dependency property.

Applies to

See also