CalendarDatePicker.IsOutOfScopeEnabledProperty Property

Definition

Identifies the IsOutOfScopeEnabled dependency property.

public:
 static property DependencyProperty ^ IsOutOfScopeEnabledProperty { DependencyProperty ^ get(); };
static DependencyProperty IsOutOfScopeEnabledProperty();
public static DependencyProperty IsOutOfScopeEnabledProperty { get; }
var dependencyProperty = CalendarDatePicker.isOutOfScopeEnabledProperty;
Public Shared ReadOnly Property IsOutOfScopeEnabledProperty As DependencyProperty

Property Value

The identifier for the IsOutOfScopeEnabled dependency property.

Applies to

See also