CalendarView.MinDateProperty Property

Definition

Identifies the MinDate  dependency property.

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

Property Value

The identifier for the   MinDate dependency property.

Applies to

See also