DatePickerFlyout.DayFormatProperty Property

Definition

Identifies the DayFormat dependency property.

public:
 static property DependencyProperty ^ DayFormatProperty { DependencyProperty ^ get(); };
static DependencyProperty DayFormatProperty();
public static DependencyProperty DayFormatProperty { get; }
var dependencyProperty = DatePickerFlyout.dayFormatProperty;
Public Shared ReadOnly Property DayFormatProperty As DependencyProperty

Property Value

The identifier for the DayFormat dependency property.

Applies to

See also