CalendarView.CalendarIdentifierProperty Property

Definition

Identifies the CalendarIdentifier  dependency property.

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

Property Value

The identifier for the   CalendarIdentifier dependency property.

Applies to

See also