CalendarViewDayItem.IsBlackoutProperty Property

Definition

Identifies the IsBlackout  dependency property.

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

Property Value

The identifier for the IsBlackout  dependency property.

Applies to

See also